From: Steve French Date: Sat, 12 Sep 2015 00:24:19 +0000 (-0500) Subject: [CIFS] mount option sec=none not displayed properly in /proc/mounts X-Git-Tag: omap-for-v4.3/fixes-rc5~137^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eda2116f4ab6d79cfcffc202b5d2bbb0797ba013;p=pandora-kernel.git [CIFS] mount option sec=none not displayed properly in /proc/mounts When the user specifies "sec=none" in a cifs mount, we set sec_type as unspecified (and set a flag and the username will be null) rather than setting sectype as "none" so cifs_show_security was not properly displaying it in cifs /proc/mounts entries. Signed-off-by: Steve French Reviewed-by: Jeff Layton --- Reading git-diff-tree failed