diff options
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r-- | fs/cifs/connect.c | 2 |
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, | |||
1794 | /* Try and negotiate POSIX pathnames if we can. */ | 1794 | /* Try and negotiate POSIX pathnames if we can. */ |
1795 | if (volume_info.posix_paths && (CIFS_UNIX_POSIX_PATHNAMES_CAP & | 1795 | if (volume_info.posix_paths && (CIFS_UNIX_POSIX_PATHNAMES_CAP & |
1796 | le64_to_cpu(tcon->fsUnixInfo.Capability))) { | 1796 | le64_to_cpu(tcon->fsUnixInfo.Capability))) { |
1797 | if (!CIFSSMBSETFSUnixInfo(xid, tcon, CIFS_UNIX_POSIX_PATHNAMES_CAP, 0)) { | 1797 | if (!CIFSSMBSetFSUnixInfo(xid, tcon, CIFS_UNIX_POSIX_PATHNAMES_CAP)) { |
1798 | cFYI(1,("negotiated posix pathnames support")); | 1798 | cFYI(1,("negotiated posix pathnames support")); |
1799 | cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_POSIX_PATHS; | 1799 | cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_POSIX_PATHS; |
1800 | } else { | 1800 | } else { |