summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
authorSteve French2005-06-23 20:42:03 +0200
committerSteve French2005-06-23 20:42:03 +0200
commit45abc6ee2b916a235d6824a41225177bd6e5e24f (patch)
tree3917490721cd007eac3304078b22cdc6c58c4e6e /fs/cifs/connect.c
parentMerge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6... (diff)
downloadkernel-qcow2-linux-45abc6ee2b916a235d6824a41225177bd6e5e24f.tar.gz
kernel-qcow2-linux-45abc6ee2b916a235d6824a41225177bd6e5e24f.tar.xz
kernel-qcow2-linux-45abc6ee2b916a235d6824a41225177bd6e5e24f.zip
[CIFS] Fix typo in POSIX SetFSInfo call
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r--fs/cifs/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index bef5d6f30975..f6d2a7974fc1 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -1794,7 +1794,7 @@ cifs_mount(struct super_block *sb, struct cifs_sb_info *cifs_sb,
/* Try and negotiate POSIX pathnames if we can. */
if (volume_info.posix_paths && (CIFS_UNIX_POSIX_PATHNAMES_CAP &
le64_to_cpu(tcon->fsUnixInfo.Capability))) {
- if (!CIFSSMBSETFSUnixInfo(xid, tcon, CIFS_UNIX_POSIX_PATHNAMES_CAP, 0)) {
+ if (!CIFSSMBSetFSUnixInfo(xid, tcon, CIFS_UNIX_POSIX_PATHNAMES_CAP)) {
cFYI(1,("negotiated posix pathnames support"));
cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_POSIX_PATHS;
} else {