aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <lsahlber@redhat.com>2017-11-20 11:24:45 +1100
committerSteve French <smfrench@gmail.com>2018-01-24 19:49:05 -0600
commit7c00c3a625f818fe81573bec1fc27f19122a198d (patch)
treefb94ab2a2f6709c50db36be0f88382c85d3f0d20 /fs/cifs/smb2pdu.h
parentcifs: remove rfc1002 header from smb2_set_info_req (diff)
downloadlinux-dev-7c00c3a625f818fe81573bec1fc27f19122a198d.tar.xz
linux-dev-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 '')
-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 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;