]> 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>
Fri, 18 Oct 2013 16:12:19 +0000 (11:12 -0500)
commit7d2f9343b6acb1fb659cb05a87004c98d73cc226
tree26aa749889776129b90df89258dc447a2763f232
parent793c6a34ba24f92d224a9e5aabd0a4256f01e20a
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