OSDN Git Service

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)
commitf5778c398713692a16150ae96e5c8270bab8399f
tree76715ad8a0cb3e63cdbfde81c12ef379ee654f3c
parentf16994797ea89e572b27f41c554aeac6b1c16048
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