From 63c2679ebc2cc17220964ea751c8c979aef4f2ca Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Wed, 19 Oct 2011 15:29:59 -0400 Subject: [PATCH] --- yaml --- r: 269971 b: refs/heads/master c: 2ab2593f4b8953ff951f5531e695e487dfe0b51f h: refs/heads/master i: 269969: 7a77255f03b6cc0f3fc9d2d437b1522d74e35c52 269967: 99a3f43222b13fe05dfbdf6ef75fe3a51f516953 v: v3 --- [refs] | 2 +- trunk/fs/cifs/cifspdu.h | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 7142aee05c83..72d1d7eff260 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 44d22d846fdc7c3e688fc1ff5ae6d06d08bb5656 +refs/heads/master: 2ab2593f4b8953ff951f5531e695e487dfe0b51f diff --git a/trunk/fs/cifs/cifspdu.h b/trunk/fs/cifs/cifspdu.h index de3aa285de03..3c6ef34fe2bc 100644 --- a/trunk/fs/cifs/cifspdu.h +++ b/trunk/fs/cifs/cifspdu.h @@ -1089,9 +1089,7 @@ typedef struct smb_com_read_rsp { __le16 DataLengthHigh; __u64 Reserved2; __u16 ByteCount; - __u8 Pad; /* BB check for whether padded to DWORD - boundary and optimum performance here */ - char Data[1]; + /* read response data immediately follows */ } __attribute__((packed)) READ_RSP; typedef struct locking_andx_range {