aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smbfs_common/smb2pdu.h
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2022-01-18 16:36:27 -0600
committerSteve French <stfrench@microsoft.com>2022-01-18 16:50:47 -0600
commite4e2787bef7e643511cf0f352deb6bd16e7fa9b4 (patch)
tree4e56338f918646b13001dab29691da63c748051d /fs/smbfs_common/smb2pdu.h
parentcifs: serialize all mount attempts (diff)
downloadlinux-dev-e4e2787bef7e643511cf0f352deb6bd16e7fa9b4.tar.xz
linux-dev-e4e2787bef7e643511cf0f352deb6bd16e7fa9b4.zip
smb3: add new defines from protocol specification
In the October updates to MS-SMB2 two additional FSCTLs were described. Add the missing defines for these, as well as fix a typo in an earlier define. Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/smbfs_common/smb2pdu.h')
-rw-r--r--fs/smbfs_common/smb2pdu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smbfs_common/smb2pdu.h b/fs/smbfs_common/smb2pdu.h
index 7ccadcbe684b..38b8fc514860 100644
--- a/fs/smbfs_common/smb2pdu.h
+++ b/fs/smbfs_common/smb2pdu.h
@@ -449,7 +449,7 @@ struct smb2_netname_neg_context {
*/
/* Flags */
-#define SMB2_ACCEPT_TRANSFORM_LEVEL_SECURITY 0x00000001
+#define SMB2_ACCEPT_TRANSPORT_LEVEL_SECURITY 0x00000001
struct smb2_transport_capabilities_context {
__le16 ContextType; /* 6 */