]> 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)
commitb22d86c46eda70bca82becb041c0928dc376ff2e
tree76715ad8a0cb3e63cdbfde81c12ef379ee654f3c
parent73f88ab6c0b183a62d6e82613b9814bd2fb7a020
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