]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7a0ef878dd0aca3a3ebbaa9f808a800e12e33565
tree7b9a56aaed2dc566e7fba7ef2cf96cf1825f5258
parent6a6ef67d7054aa254d87ab51eb0c934471ddeb6a
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]