]> git.baikalelectronics.ru Git - kernel.git/commit
SMB3: Allow SMB3 FSCTL queries to be sent to server from tools
authorRonnie Sahlberg <lsahlber@redhat.com>
Thu, 14 Mar 2019 23:07:22 +0000 (09:07 +1000)
committerSteve French <stfrench@microsoft.com>
Fri, 15 Mar 2019 00:32:36 +0000 (19:32 -0500)
commitc955c3a0594c0c8f94d556b8a332f794a6a67317
tree76715ad8a0cb3e63cdbfde81c12ef379ee654f3c
parentee9732658e0940fa87e8dcb2b3c86afde4a1cea1
SMB3: Allow SMB3 FSCTL queries to be sent to server from tools

For debugging purposes we often have to be able to query
additional information only available via SMB3 FSCTL
from the server from user space tools (e.g. like
cifs-utils's smbinfo).  See MS-FSCC and MS-SMB2 protocol
specifications for more details.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2ops.c