aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifspdu.h
diff options
context:
space:
mode:
authorSteve French <smfrench@austin.rr.com>2005-04-29 01:41:04 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-29 01:41:04 -0400
commitc67593a03129967eae8939c4899767182eb6d6cd (patch)
tree76fdc06010b9b73965893a5bf7bfc30ec2adf2e4 /fs/cifs/cifspdu.h
parent75cf6bdc52d86ca815f1129529e43f0d904b18d5 (diff)
[PATCH] cifs: Enable ioctl support in POSIX extensions to handle lsattr
remove sparse warnings, unnecessary pad in QueryFileInfo and redundant function define. Signed-off-by: Steve French (sfrench@us.ibm.com) Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/cifs/cifspdu.h')
-rw-r--r--fs/cifs/cifspdu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/cifspdu.h b/fs/cifs/cifspdu.h
index 085109d2b55e..5b352890f092 100644
--- a/fs/cifs/cifspdu.h
+++ b/fs/cifs/cifspdu.h
@@ -1258,10 +1258,8 @@ struct smb_t2_qfi_req {
1258 struct smb_hdr hdr; 1258 struct smb_hdr hdr;
1259 struct trans2_req t2; 1259 struct trans2_req t2;
1260 __u8 Pad; 1260 __u8 Pad;
1261 __u16 Pad1;
1262 __u16 Fid; 1261 __u16 Fid;
1263 __le16 InformationLevel; 1262 __le16 InformationLevel;
1264 __u16 Pad2;
1265}; 1263};
1266 1264
1267struct smb_t2_qfi_rsp { 1265struct smb_t2_qfi_rsp {