Loading fs/nfs/super.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; /* Loading Loading
fs/nfs/super.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; /* Loading