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)
commit2167114c6ea6e76fd84e368bae5389d37dd156aa
tree82c967e5b71698a7987f52434c429b2c19dccb35
parent7f48558e6489d032b1584b0cc9ac4bb11072c034
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