diff options
author | Steve French <sfrench@us.ibm.com> | 2005-06-23 20:42:03 +0200 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-06-23 20:42:03 +0200 |
commit | 45abc6ee2b916a235d6824a41225177bd6e5e24f (patch) | |
tree | 3917490721cd007eac3304078b22cdc6c58c4e6e /fs/cifs/cifssmb.c | |
parent | Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6... (diff) | |
download | linux-45abc6ee2b916a235d6824a41225177bd6e5e24f.tar.xz linux-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 7d14f2414812..f3dfae7788fd 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; |