diff options
Diffstat (limited to 'fs/cifs/cifspdu.h')
-rw-r--r-- | fs/cifs/cifspdu.h | 2 |
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 | ||