]> git.baikalelectronics.ru Git - kernel.git/commit
smb3: display security information in /proc/fs/cifs/DebugData more accurately
authorSteve French <stfrench@microsoft.com>
Sun, 10 Mar 2019 00:12:18 +0000 (18:12 -0600)
committerSteve French <stfrench@microsoft.com>
Fri, 15 Mar 2019 00:32:35 +0000 (19:32 -0500)
commit49665e366ac33e0563eae42bd44628a0fa082c05
tree6c05f001a8782940498f6802b13c15fccaf74d1a
parent5473a1ed28bd449e9d7d0faaf3ee0c1dbccda544
smb3: display security information in /proc/fs/cifs/DebugData more accurately

When the server required encryption (but we didn't connect to it with the
"seal" mount option) we weren't displaying in /proc/fs/cifs/DebugData that
the tcon for that share was encrypted. Similarly we were not displaying
that signing was required when ses->sign was enabled (we only
checked ses->server->sign).  This makes it easier to debug when in
fact the connection is signed (or sealed), whether for performance
or security questions.

Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
fs/cifs/cifs_debug.c