[CIFS] add more complete mount options to cifs_show_options
authorSteve French <sfrench@us.ibm.com>
Sat, 17 May 2008 03:12:45 +0000 (03:12 +0000)
committerSteve French <sfrench@us.ibm.com>
Sat, 17 May 2008 03:12:45 +0000 (03:12 +0000)
commit2b280fab12b6697b6a7a24a13aaf9f4339edd075
tree01f92bf0c17c62111e62b988b6823140a89a0391
parenta1fe78f16eac7d03d3c391dd5d54559826574982
[CIFS] add more complete mount options to cifs_show_options

adds various options to cifs_show_options
(displayed when you cat /proc/mounts with a cifs mount).  I limited
the new ones to values that are associated with the mount with the
exception of "seal" (which is a per tree connection property, but I
thought was important enough to show through).

Eventually 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 next release.

Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsfs.c