aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/smb2pdu.h')
-rw-r--r--fs/cifs/smb2pdu.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/cifs/smb2pdu.h b/fs/cifs/smb2pdu.h
index 7e44f18cc169..6183b1b7550f 100644
--- a/fs/cifs/smb2pdu.h
+++ b/fs/cifs/smb2pdu.h
@@ -570,12 +570,9 @@ struct network_interface_info_ioctl_rsp {
570#define NO_FILE_ID 0xFFFFFFFFFFFFFFFFULL /* general ioctls to srv not to file */ 570#define NO_FILE_ID 0xFFFFFFFFFFFFFFFFULL /* general ioctls to srv not to file */
571 571
572struct compress_ioctl { 572struct compress_ioctl {
573 __le16 CompressionState; 573 __le16 CompressionState; /* See cifspdu.h for possible flag values */
574} __packed; 574} __packed;
575 575
576#define COMPRESSION_FORMAT_NONE 0x0000
577#define COMPRESSION_FORMAT_DEFAULT 0x0001
578#define COMPRESSION_FORMAT_LZNT1 0x0002
579struct smb2_ioctl_req { 576struct smb2_ioctl_req {
580 struct smb2_hdr hdr; 577 struct smb2_hdr hdr;
581 __le16 StructureSize; /* Must be 57 */ 578 __le16 StructureSize; /* Must be 57 */