diff options
-rw-r--r-- | fs/cifs/cifspdu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/cifs/cifspdu.h b/fs/cifs/cifspdu.h index de3aa285de03..3c6ef34fe2bc 100644 --- a/fs/cifs/cifspdu.h +++ b/fs/cifs/cifspdu.h | |||
@@ -1089,9 +1089,7 @@ typedef struct smb_com_read_rsp { | |||
1089 | __le16 DataLengthHigh; | 1089 | __le16 DataLengthHigh; |
1090 | __u64 Reserved2; | 1090 | __u64 Reserved2; |
1091 | __u16 ByteCount; | 1091 | __u16 ByteCount; |
1092 | __u8 Pad; /* BB check for whether padded to DWORD | 1092 | /* read response data immediately follows */ |
1093 | boundary and optimum performance here */ | ||
1094 | char Data[1]; | ||
1095 | } __attribute__((packed)) READ_RSP; | 1093 | } __attribute__((packed)) READ_RSP; |
1096 | 1094 | ||
1097 | typedef struct locking_andx_range { | 1095 | typedef struct locking_andx_range { |