diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2017-11-19 19:24:30 -0500 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2018-01-24 20:49:04 -0500 |
commit | 13cacea7bb20fbbd3cb400953b3142cde139abaa (patch) | |
tree | f3afcc26b96079ca379c53dfeebbf8e0cc1ff994 /fs/cifs/smb2pdu.h | |
parent | 83b7739180de16a0bbf5bfeb0a3b48733e56ccc9 (diff) |
cifs: remove rfc1002 header from smb2_negotiate_req
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/smb2pdu.h')
-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 c2ec934be968..0fe2382597ad 100644 --- a/fs/cifs/smb2pdu.h +++ b/fs/cifs/smb2pdu.h | |||
@@ -195,7 +195,7 @@ struct smb2_symlink_err_rsp { | |||
195 | #define SMB2_CLIENT_GUID_SIZE 16 | 195 | #define SMB2_CLIENT_GUID_SIZE 16 |
196 | 196 | ||
197 | struct smb2_negotiate_req { | 197 | struct smb2_negotiate_req { |
198 | struct smb2_hdr hdr; | 198 | struct smb2_sync_hdr sync_hdr; |
199 | __le16 StructureSize; /* Must be 36 */ | 199 | __le16 StructureSize; /* Must be 36 */ |
200 | __le16 DialectCount; | 200 | __le16 DialectCount; |
201 | __le16 SecurityMode; | 201 | __le16 SecurityMode; |