diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2017-11-20 01:24:38 +0100 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2018-01-25 02:49:04 +0100 |
commit | 4f33bc35875ae6df5058f5f646fd3f0d3f7c8b04 (patch) | |
tree | cfdf4eba75bd5bbab1a997d92ec522b6fb4600b0 /fs/cifs/smb2pdu.h | |
parent | cifs: remove rfc1002 header from smb2_sess_setup_req (diff) | |
download | linux-4f33bc35875ae6df5058f5f646fd3f0d3f7c8b04.tar.xz linux-4f33bc35875ae6df5058f5f646fd3f0d3f7c8b04.zip |
cifs: remove rfc1002 header from smb2_create_req
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Acked-by: Pavel Shilovsky <pshilov@microsoft.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Diffstat (limited to '')
-rw-r--r-- | fs/cifs/smb2pdu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/smb2pdu.h b/fs/cifs/smb2pdu.h index 4f80b95d02ae..6e1874a81014 100644 --- a/fs/cifs/smb2pdu.h +++ b/fs/cifs/smb2pdu.h @@ -496,7 +496,7 @@ struct smb2_tree_disconnect_rsp { #define SVHDX_OPEN_DEVICE_CONTEXT 0x83CE6F1AD851E0986E34401CC9BCFCE9 struct smb2_create_req { - struct smb2_hdr hdr; + struct smb2_sync_hdr sync_hdr; __le16 StructureSize; /* Must be 57 */ __u8 SecurityFlags; __u8 RequestedOplockLevel; |