From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suresh Jayaraman Subject: Re: [PATCH 1/2] cifs: show features compiled in as part of DebugData Date: Fri, 30 Jul 2010 22:15:07 +0530 Message-ID: <4C530193.2080001@suse.de> References: <1280494556.19538.7.camel@jay-t60p> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Jeff Layton , linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Steve French Return-path: In-Reply-To: Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: On 07/30/2010 08:09 PM, Steve French wrote: > If someone ever wants a script to parse this - seems like your > (original?) idea of putting this in /proc/fs/cifs/features instead of > /proc/fs/cifs/DebugData (which has various other pieces of debug > information) could be easier. I'm not sure whether a seperate proc file for features is justified or not.. Since the primary aim of introducing this is to faciliate debugging and provide references in documentation etc.., looks like it is a suitable candidate to DebugData.. but that is a matter of preference.. Feel free to go ahead with any of these versions.. Thanks, > On Fri, Jul 30, 2010 at 7:55 AM, Suresh Jayaraman wrote: >> Fixed the nit pointed out by Jeff. >> >> From: Suresh Jayaraman >> Subject: [PATCH 1/2] cifs: show features compiled in as part of DebugData >> >> This patch adds the features that are compiled in to the CIFS debugging data >> as shown below: > > -- Suresh Jayaraman