From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965128AbbEMTg5 (ORCPT ); Wed, 13 May 2015 15:36:57 -0400 Received: from tex.lwn.net ([70.33.254.29]:41614 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932399AbbEMTgz (ORCPT ); Wed, 13 May 2015 15:36:55 -0400 Date: Wed, 13 May 2015 15:36:52 -0400 From: Jonathan Corbet To: Rajat Jain Cc: "James E.J. Bottomley" , linux-scsi@vger.kernel.org, linux-doc@vger.kernel.org, "Rajat Jain" , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation/scsi: Documentation about scsi_cmnd lifecycle Message-ID: <20150513153652.1868bc3c@lwn.net> In-Reply-To: <1431466426-15712-1-git-send-email-rajatja@google.com> References: <1431466426-15712-1-git-send-email-rajatja@google.com> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 12 May 2015 14:33:46 -0700 Rajat Jain wrote: > Add documentation to describe the various scenarios that the scsi_cmnd > may go through in its life time in the mid level driver - aborts, > failures, retries, error handling etc. The documentation has lots of > details including examples. So this seems like useful stuff. I'd be happy to take it through the docs tree, but it definitely needs an ack or two from the SCSI camp first. Taking another pass through to clean up typographical errors and trivial language issues would probably be a good thing to do as well. Thanks, jon