diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2017-11-20 01:24:45 +0100 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2018-01-25 02:49:05 +0100 |
commit | 7c00c3a625f818fe81573bec1fc27f19122a198d (patch) | |
tree | fb94ab2a2f6709c50db36be0f88382c85d3f0d20 /fs/cifs/smb2pdu.h | |
parent | cifs: remove rfc1002 header from smb2_set_info_req (diff) | |
download | linux-7c00c3a625f818fe81573bec1fc27f19122a198d.tar.xz linux-7c00c3a625f818fe81573bec1fc27f19122a198d.zip |
cifs: remove rfc1002 header from smb2_query_directory_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 '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 831745a0a496..0b215bb4c58b 100644 --- a/fs/cifs/smb2pdu.h +++ b/fs/cifs/smb2pdu.h @@ -942,7 +942,7 @@ struct smb2_echo_rsp { #define SMB2_REOPEN 0x10 struct smb2_query_directory_req { - struct smb2_hdr hdr; + struct smb2_sync_hdr sync_hdr; __le16 StructureSize; /* Must be 33 */ __u8 FileInformationClass; __u8 Flags; |