]> 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)
commitddf4a0ad5b5c085e81509a7ae04a8845465a8e86
tree82c967e5b71698a7987f52434c429b2c19dccb35
parentf0093955d71ac0aecc300465098d5d6ce80ba6e2
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