commit | 31ba4331d571f501fb32ae072478787e77baf52a | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Wed Mar 13 02:40:07 2019 -0500 |
committer | Steve French <stfrench@microsoft.com> | Thu Mar 14 19:32:36 2019 -0500 |
tree | 19767fc3d3b0ae4ccb5245b3121d9dec3e585f39 | |
parent | 779ede040dd491acdb076ed9660d7160228949fd [diff] |
SMB3: passthru query info doesn't check for SMB3 FSCTL passthru The passthrough queries from user space tools like smbinfo can be either SMB3 QUERY_INFO or SMB3 FSCTL, but we are not checking for the latter. Temporarily we return EOPNOTSUPP for SMB3 FSCTL passthrough requests but once compounding fsctls is fixed can enable. Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>