diff options
author | Steve French <sfrench@us.ibm.com> | 2005-06-23 13:42:03 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-06-23 13:42:03 -0500 |
commit | 45abc6ee2b916a235d6824a41225177bd6e5e24f (patch) | |
tree | 3917490721cd007eac3304078b22cdc6c58c4e6e /fs/cifs/cifsproto.h | |
parent | ea0daab4ae4a2f853f06c76961c0ed324fd0804c (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index c7b220206ce..66eaa6b4037 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, int remap); extern int CIFSSMBQFSInfo(const int xid, struct cifsTconInfo *tcon, struct kstatfs *FSData); -extern int CIFSSMBSETFSUnixInfo(const int xid, struct cifsTconInfo *tcon, +extern int CIFSSMBSetFSUnixInfo(const int xid, struct cifsTconInfo *tcon, __u64 cap); extern int CIFSSMBQFSAttributeInfo(const int xid, |