aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-06-23 14:42:03 -0400
committerSteve French <sfrench@us.ibm.com>2005-06-23 14:42:03 -0400
commit45abc6ee2b916a235d6824a41225177bd6e5e24f (patch)
tree3917490721cd007eac3304078b22cdc6c58c4e6e /fs/cifs/cifsproto.h
parentea0daab4ae4a2f853f06c76961c0ed324fd0804c (diff)
[CIFS] Fix typo in POSIX SetFSInfo call
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r--fs/cifs/cifsproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index c7b220206ce0..66eaa6b40373 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -129,7 +129,7 @@ extern int get_dfs_path(int xid, struct cifsSesInfo *pSesInfo,
129 int remap); 129 int remap);
130extern int CIFSSMBQFSInfo(const int xid, struct cifsTconInfo *tcon, 130extern int CIFSSMBQFSInfo(const int xid, struct cifsTconInfo *tcon,
131 struct kstatfs *FSData); 131 struct kstatfs *FSData);
132extern int CIFSSMBSETFSUnixInfo(const int xid, struct cifsTconInfo *tcon, 132extern int CIFSSMBSetFSUnixInfo(const int xid, struct cifsTconInfo *tcon,
133 __u64 cap); 133 __u64 cap);
134 134
135extern int CIFSSMBQFSAttributeInfo(const int xid, 135extern int CIFSSMBQFSAttributeInfo(const int xid,