From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754044AbYIYEvt (ORCPT ); Thu, 25 Sep 2008 00:51:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751616AbYIYEvk (ORCPT ); Thu, 25 Sep 2008 00:51:40 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:37946 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750919AbYIYEvj (ORCPT ); Thu, 25 Sep 2008 00:51:39 -0400 Date: Wed, 24 Sep 2008 21:50:50 -0700 From: Greg KH To: Jing Huang Cc: James.Bottomley@HansenPartnership.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Ramkumar Vadivelu , Vinodh Ravindran , "Srikanth Rayas (CW)" Subject: Re: [PATCH 5/6] bfa: Brocade BFA FC SCSI Driver submission Message-ID: <20080925045050.GB4310@kroah.com> References: <4C94DE2070B172459E4F1EE14BD2364E01F27D20@HQ-EXCH-5.corp.brocade.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C94DE2070B172459E4F1EE14BD2364E01F27D20@HQ-EXCH-5.corp.brocade.com> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 24, 2008 at 09:09:57PM -0700, Jing Huang wrote: > From: Jing Huang > > This patch contains document of brocade specific sysfs interface. It is > created using 2.6.27-rc7 kernel. A lot of these (like the statistics) look like they should be debugfs entries instead of sysfs. Why do they need to be sysfs files, who/what is going to use these entries? thanks, greg k-h