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)
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>

No differences found