diff options
author | Steve French <stfrench@microsoft.com> | 2022-01-19 01:36:27 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-01-19 01:50:47 +0300 |
commit | e4e2787bef7e643511cf0f352deb6bd16e7fa9b4 (patch) | |
tree | 4e56338f918646b13001dab29691da63c748051d /fs/smbfs_common/smb2pdu.h | |
parent | 5455b9ecaf231ec5c6b0cd5c6076eb64c9dbc9aa (diff) | |
download | linux-e4e2787bef7e643511cf0f352deb6bd16e7fa9b4.tar.xz |
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.h | 2 |
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 */ |