···720cifs_autodisable_serverino(struct cifs_sb_info *cifs_sb)721{722 if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_SERVER_INUM) {723- cifs_sb->mnt_cifs_flags &= CIFS_MOUNT_SERVER_INUM;724 cERROR(1, ("Autodisabling the use of server inode numbers on "725 "%s. This server doesn't seem to support them "726 "properly. Hardlinks will not be recognized on this "
···720cifs_autodisable_serverino(struct cifs_sb_info *cifs_sb)721{722 if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_SERVER_INUM) {723+ cifs_sb->mnt_cifs_flags &= ~CIFS_MOUNT_SERVER_INUM;724 cERROR(1, ("Autodisabling the use of server inode numbers on "725 "%s. This server doesn't seem to support them "726 "properly. Hardlinks will not be recognized on this "