]> git.baikalelectronics.ru Git - kernel.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>
Sat, 2 Nov 2013 17:52:38 +0000 (12:52 -0500)
commit707aafb148e4f9830e84712985b089d702595a37
tree82c967e5b71698a7987f52434c429b2c19dccb35
parenta1d44e56eb5e5d80d1e8fa85ddc656f6d970fa88
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