diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2017-11-21 00:07:27 +0100 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2018-01-25 02:49:04 +0100 |
commit | ced93679cb1634846c93854b9993e11ce0315428 (patch) | |
tree | 7b49d91869a5feb76aa1cd4931c43371f2759364 /fs/cifs/smb2pdu.h | |
parent | cifs: remove rfc1002 header from smb2_flush_req (diff) | |
download | linux-ced93679cb1634846c93854b9993e11ce0315428.tar.xz linux-ced93679cb1634846c93854b9993e11ce0315428.zip |
cifs: remove rfc1002 header from smb2_lock_req
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.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 a8102e5f4ebb..0c33fc8cce71 100644 --- a/fs/cifs/smb2pdu.h +++ b/fs/cifs/smb2pdu.h @@ -907,7 +907,7 @@ struct smb2_lock_element { } __packed; struct smb2_lock_req { - struct smb2_hdr hdr; + struct smb2_sync_hdr sync_hdr; __le16 StructureSize; /* Must be 48 */ __le16 LockCount; __le32 Reserved; |