aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/super.c')
-rw-r--r--fs/nfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index f1268280244e..3149f7e58d6f 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -1322,7 +1322,7 @@ static int nfs_parse_mount_options(char *raw,
1322 mnt->options |= NFS_OPTION_MIGRATION; 1322 mnt->options |= NFS_OPTION_MIGRATION;
1323 break; 1323 break;
1324 case Opt_nomigration: 1324 case Opt_nomigration:
1325 mnt->options &= NFS_OPTION_MIGRATION; 1325 mnt->options &= ~NFS_OPTION_MIGRATION;
1326 break; 1326 break;
1327 1327
1328 /* 1328 /*