aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <lsahlber@redhat.com>2017-11-20 11:24:38 +1100
committerSteve French <smfrench@gmail.com>2018-01-24 19:49:04 -0600
commit4f33bc35875ae6df5058f5f646fd3f0d3f7c8b04 (patch)
treecfdf4eba75bd5bbab1a997d92ec522b6fb4600b0 /fs/cifs/smb2pdu.h
parentcifs: remove rfc1002 header from smb2_sess_setup_req (diff)
downloadlinux-dev-4f33bc35875ae6df5058f5f646fd3f0d3f7c8b04.tar.xz
linux-dev-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.h2
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;