commit | 45abc6ee2b916a235d6824a41225177bd6e5e24f | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Thu Jun 23 13:42:03 2005 -0500 |
committer | Steve French <sfrench@us.ibm.com> | Thu Jun 23 13:42:03 2005 -0500 |
tree | 3917490721cd007eac3304078b22cdc6c58c4e6e | |
parent | ea0daab4ae4a2f853f06c76961c0ed324fd0804c [diff] [blame] |
[CIFS] Fix typo in POSIX SetFSInfo call Signed-off-by: Steve French (sfrench@us.ibm.com)
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 7d14f24..f3dfae7 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c
@@ -3281,7 +3281,7 @@ } 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;