[linux-cifs-client] Re: add parsing to cifs mount option for mounting to shares which support transport encryption

Steve French smfrench at gmail.com
Sat May 17 16:11:01 GMT 2008


On Sat, May 17, 2008 at 2:11 AM, Miklos Szeredi <miklos at szeredi.hu> wrote:
>> Attached is a patch which adds various options to cifs_show_options
>> (displayed when you cat /proc/mounts with a cifs mount).
>
> Thanks.
>
>>   I limited
>> the new ones to values that are associated with the mount
>
> Why?
cifs (and also nfs apparently) have some mount options which are
stored per-mount and some which affect all connections to the same
server from this client (ie affect the whole smb session, and are
stored in a different structure).  I thought it would be confusing to
list properties shared by more than one mount in cifs_show_options
(most of these are visible in /proc/fs/cifs/DebugData for debugging
purposes if needed) - although I made exceptions for the userid and
domain and for the per-tree-connection property "seal" since users are
likely to be more interested in these.



>> Eventually (as you suggested) cifs's parse_mount_options also needs to
>> be rewritten to use the match_token API but that would be a big enough
>> change that I would prefer that changing parse_mount_options wait
>> until 2.6.27
>
> Yes, there's no hurry with that.  It's just that it would be easier to
> keep the showing in sync with the parsing if the parsing wasn't so
> unruly.
>
> Miklos
>



-- 
Thanks,

Steve


More information about the linux-cifs-client mailing list