aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifspdu.h
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-09-22 19:32:06 -0400
committerSteve French <sfrench@us.ibm.com>2005-09-22 19:32:06 -0400
commit70ca734a14366b634224a1e4586d43b36b65ab67 (patch)
treebad9c511f846baebc18d0f5190bbe5fde5ae0dd1 /fs/cifs/cifspdu.h
parent2096243885ee34b78cb57ce835e07c8536a67d2a (diff)
[CIFS] Various minor bigendian fixes and sparse level 2 warning message fixes
Most important of these fixes mapchars on bigendian and a few statfs fields Signed-off-by: Shaggy (shaggy@austin.ibm.com) Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/cifspdu.h')
-rw-r--r--fs/cifs/cifspdu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifspdu.h b/fs/cifs/cifspdu.h
index 3fa37790bea2..193f06eb43f9 100644
--- a/fs/cifs/cifspdu.h
+++ b/fs/cifs/cifspdu.h
@@ -697,7 +697,7 @@ typedef struct smb_com_openx_req {
697 __le32 EndOfFile; 697 __le32 EndOfFile;
698 __le32 Timeout; 698 __le32 Timeout;
699 __le32 Reserved; 699 __le32 Reserved;
700 __u16 ByteCount; /* file name follows */ 700 __le16 ByteCount; /* file name follows */
701 char fileName[1]; 701 char fileName[1];
702} OPENX_REQ; 702} OPENX_REQ;
703 703