cifs: clear server inode number flag while autodisabling
[sfrench/cifs-2.6.git] / fs / cifs / misc.c
index 1e25efcb55c8cb43ac0a7c15a22c8aa3e9b935f4..d27d4ec6579bb41d296b4796b163cd6110ea7158 100644 (file)
@@ -720,7 +720,7 @@ void
 cifs_autodisable_serverino(struct cifs_sb_info *cifs_sb)
 {
        if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_SERVER_INUM) {
-               cifs_sb->mnt_cifs_flags &= CIFS_MOUNT_SERVER_INUM;
+               cifs_sb->mnt_cifs_flags &= ~CIFS_MOUNT_SERVER_INUM;
                cERROR(1, ("Autodisabling the use of server inode numbers on "
                           "%s. This server doesn't seem to support them "
                           "properly. Hardlinks will not be recognized on this "