]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Query device characteristics at mount time from server on SMB2/3 not just on cifs...
authorSteven French <smfrench@gmail.com>
Wed, 9 Oct 2013 18:36:35 +0000 (13:36 -0500)
committerSteve French <smfrench@gmail.com>
Wed, 16 Oct 2013 05:09:34 +0000 (00:09 -0500)
commit379a8158ad49d4a1a6f73dd818f4e2bd7e66eb5a
tree3f7e87b983eb7f1c0e27378d70016a3f3bbbe002
parent649dfe6310b82a45358d3162227d84a21fe5585f
Query device characteristics at mount time from server on SMB2/3 not just on cifs mounts

Currently SMB2 and SMB3 mounts do not query the device information at mount time
from the server as is done for cifs.  These can be useful for debugging.
This is a minor patch, that extends the previous one (which added ability to
query file system attributes at mount time - this returns the device
characteristics - also via in /proc/fs/cifs/DebugData)

Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/smb2ops.c
fs/cifs/smb2pdu.c
fs/cifs/smb2proto.h