commit | ced93679cb1634846c93854b9993e11ce0315428 | [log] [tgz] |
---|---|---|
author | Ronnie Sahlberg <lsahlber@redhat.com> | Tue Nov 21 10:07:27 2017 +1100 |
committer | Steve French <smfrench@gmail.com> | Wed Jan 24 19:49:04 2018 -0600 |
tree | 7b49d91869a5feb76aa1cd4931c43371f2759364 | |
parent | 1f444e4c06e76e6f463a1c1a19f05a14b100e07b [diff] [blame] |
cifs: remove rfc1002 header from smb2_lock_req Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <smfrench@gmail.com>
diff --git a/fs/cifs/smb2pdu.h b/fs/cifs/smb2pdu.h index a8102e5..0c33fc8 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;