From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753951Ab1HQUfL (ORCPT ); Wed, 17 Aug 2011 16:35:11 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:46712 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751919Ab1HQUfJ (ORCPT ); Wed, 17 Aug 2011 16:35:09 -0400 Subject: Re: [PATCH] scsi: Document generic scsi device attributes From: James Bottomley To: scameron@beardog.cce.hp.com Cc: stephenmcameron@gmail.com, akpm@linux-foundation.org, gregkh@suse.de, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org In-Reply-To: <20110817200028.GB8422@beardog.cce.hp.com> References: <20110817182055.8848.75862.stgit@beardog.cce.hp.com> <1313610306.6345.4.camel@mulgrave> <20110817200028.GB8422@beardog.cce.hp.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 17 Aug 2011 13:35:06 -0700 Message-ID: <1313613307.6345.8.camel@mulgrave> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 (2.32.2-1+jejb.1.fc14) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2011-08-17 at 15:00 -0500, scameron@beardog.cce.hp.com wrote: > On Wed, Aug 17, 2011 at 12:45:06PM -0700, James Bottomley wrote: > > On Wed, 2011-08-17 at 13:20 -0500, Stephen M. Cameron wrote: > > > From: Stephen M. Cameron > > > > > > Signed-off-by: Stephen M. Cameron > > > --- > > > Documentation/ABI/testing/sysfs-class-scsi_devices | 123 ++++++++++++++++++++ > > > 1 files changed, 123 insertions(+), 0 deletions(-) > > > create mode 100644 Documentation/ABI/testing/sysfs-class-scsi_devices > > > > > > diff --git a/Documentation/ABI/testing/sysfs-class-scsi_devices b/Documentation/ABI/testing/sysfs-class-scsi_devices > > > new file mode 100644 > > > index 0000000..ad2d36b > > > --- /dev/null > > > +++ b/Documentation/ABI/testing/sysfs-class-scsi_devices > > > @@ -0,0 +1,123 @@ > > > +What: /sys/class/scsi_device/..../device/device_blocked > > > +Date: December, 2002 > > > +KernelVersion: Unknown > > > +Contact: James Bottomley > > > > Hmm, so I get fingered for every screw up in our sysfs ABI? nice wide > > receiver buck pass move. > > Uh, sorry if that wasn't the right thing to do, which it sounds > like it wasn't. I just put your name there because you're the SCSI > maintainer. I can dig through all the commits and see who added what > if that's preferable. Or leave the names out? or something else? No, don't worry, the patch is the right thing to do ... I was just slightly amused to see my name down for all of it. James