diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2020-01-08 04:08:04 +0100 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2020-01-27 02:24:16 +0100 |
commit | 0a17799cc02f81c4c82c2de6f7071701714c2267 (patch) | |
tree | a304e30fb1fc4659d23de397beeaa962cb9635fe /fs/cifs/smb2pdu.h | |
parent | fs/cifs/cifssmb.c: use true,false for bool variable (diff) | |
download | linux-0a17799cc02f81c4c82c2de6f7071701714c2267.tar.xz linux-0a17799cc02f81c4c82c2de6f7071701714c2267.zip |
cifs: prepare SMB2_query_directory to be used with compounding
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
Diffstat (limited to 'fs/cifs/smb2pdu.h')
-rw-r--r-- | fs/cifs/smb2pdu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/smb2pdu.h b/fs/cifs/smb2pdu.h index 7b1c379fdf7a..4c43dbd1e089 100644 --- a/fs/cifs/smb2pdu.h +++ b/fs/cifs/smb2pdu.h @@ -1282,6 +1282,8 @@ struct smb2_echo_rsp { #define SMB2_INDEX_SPECIFIED 0x04 #define SMB2_REOPEN 0x10 +#define SMB2_QUERY_DIRECTORY_IOV_SIZE 2 + struct smb2_query_directory_req { struct smb2_sync_hdr sync_hdr; __le16 StructureSize; /* Must be 33 */ |