From: Steve French Date: Sat, 17 May 2008 03:12:45 +0000 (+0000) Subject: [CIFS] add more complete mount options to cifs_show_options X-Git-Tag: v2.6.26-rc4~89^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b280fab12b6697b6a7a24a13aaf9f4339edd075;p=pandora-kernel.git [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 --- Reading git-diff-tree failed