cifs: move SMB FSCTL definitions to common code
authorSteve French <stfrench@microsoft.com>
Thu, 9 Sep 2021 05:09:20 +0000 (00:09 -0500)
committerSteve French <stfrench@microsoft.com>
Thu, 9 Sep 2021 05:09:20 +0000 (00:09 -0500)
commit8d014f5fe98142b79dfa3bcd0d9483a5165f3570
tree7b9a56aaed2dc566e7fba7ef2cf96cf1825f5258
parent23e91d8b7c5ae2bbd3a4582ec12c6a0cfcb19e85
cifs: move SMB FSCTL definitions to common code

The FSCTL definitions are in smbfsctl.h which should be
shared by client and server.  Move the updated version of
smbfsctl.h into smbfs_common and have the client code use
it (subsequent patch will change the server to use this
common version of the header).

Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifspdu.h
fs/cifs/smbfsctl.h [deleted file]
fs/smbfs_common/smbfsctl.h [new file with mode: 0644]