aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <lsahlber@redhat.com>2017-11-20 11:24:41 +1100
committerSteve French <smfrench@gmail.com>2018-01-24 19:49:04 -0600
commitf5688a6d7c5c52ce3e9f787694ae4e3c75aa6d5a (patch)
tree1b630b4d03ed095af394c9fd9b3e7fd2491f6aab /fs/cifs/smb2pdu.h
parentcifs: remove rfc1002 header from smb2_lock_req (diff)
downloadlinux-dev-f5688a6d7c5c52ce3e9f787694ae4e3c75aa6d5a.tar.xz
linux-dev-f5688a6d7c5c52ce3e9f787694ae4e3c75aa6d5a.zip
cifs: remove rfc1002 header from smb2 read/write requests
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 0c33fc8cce71..3c856f058be7 100644
--- a/fs/cifs/smb2pdu.h
+++ b/fs/cifs/smb2pdu.h
@@ -868,7 +868,7 @@ struct smb2_read_rsp {
#define SMB2_WRITEFLAG_WRITE_UNBUFFERED 0x00000002 /* SMB3.02 or later */
struct smb2_write_req {
- struct smb2_hdr hdr;
+ struct smb2_sync_hdr sync_hdr;
__le16 StructureSize; /* Must be 49 */
__le16 DataOffset; /* offset from start of SMB2 header to write data */
__le32 Length;