summaryrefslogtreecommitdiff
path: root/fs/cifs/cifssmb.c
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-06-23 13:42:03 -0500
committerSteve French <sfrench@us.ibm.com>2005-06-23 13:42:03 -0500
commit45abc6ee2b916a235d6824a41225177bd6e5e24f (patch)
tree3917490721cd007eac3304078b22cdc6c58c4e6e /fs/cifs/cifssmb.c
parentea0daab4ae4a2f853f06c76961c0ed324fd0804c (diff)
downloadlinux-3.10-45abc6ee2b916a235d6824a41225177bd6e5e24f.tar.gz
linux-3.10-45abc6ee2b916a235d6824a41225177bd6e5e24f.tar.bz2
linux-3.10-45abc6ee2b916a235d6824a41225177bd6e5e24f.zip
[CIFS] Fix typo in POSIX SetFSInfo call
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/cifssmb.c')
-rw-r--r--fs/cifs/cifssmb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c
index 7d14f241481..f3dfae7788f 100644
--- a/fs/cifs/cifssmb.c
+++ b/fs/cifs/cifssmb.c
@@ -3281,7 +3281,7 @@ QFSUnixRetry:
}
int
-CIFSSMBSETFSUnixInfo(const int xid, struct cifsTconInfo *tcon, __u64 cap)
+CIFSSMBSetFSUnixInfo(const int xid, struct cifsTconInfo *tcon, __u64 cap)
{
/* level 0x200 SMB_SET_CIFS_UNIX_INFO */
TRANSACTION2_SETFSI_REQ *pSMB = NULL;