diff --git a/fs/nfs/super.c b/fs/nfs/super.c index da19c723a244932dd0319e14c8649ad8fd1c7dc6..43cadb28db6ef5a2f4e4a1d98eb6d98b1d9207b3 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c @@ -1332,7 +1332,7 @@ static int nfs_parse_mount_options(char *raw, mnt->options |= NFS_OPTION_MIGRATION; break; case Opt_nomigration: - mnt->options &= NFS_OPTION_MIGRATION; + mnt->options &= ~NFS_OPTION_MIGRATION; break; /*