From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Lovenberg Subject: Re: [PATCH] cifs: use standard token parser for mount options Date: Fri, 09 Mar 2012 11:16:13 -0500 Message-ID: <4F5A2CCD.6010808@gmail.com> References: <1331307197.10670.2.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit To: linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Return-path: In-Reply-To: Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: On 3/9/2012 10:57 AM, Scott Lovenberg wrote: > > > On Fri, Mar 9, 2012 at 10:33, Sachin Prabhu > wrote: > > Use the standard token parser instead of the long if confidtion to > parse > cifs mount options. > > This was first proposed by Scott Lovenberg > http://lists.samba.org/archive/linux-cifs-client/2010-May/006079.html > > Mount options have been grouped together in terms of their input > types. > Aliases for username, password, domain and credentials have been > added. > The password parser has been modified to make it easier to read. > > Signed-off-by: Sachin Prabhu > > [CC'ing the list my response... kernel.org didn't like my HTML formatted email] Thanks. :) IIRC, Jeff was getting panics on a Fedora box using this patch. I never got around to fixing it. I'll still sign off on it though.