diff options
-rw-r--r-- | fs/nfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 317d6fc2160e..910ed906eb82 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c | |||
@@ -1614,7 +1614,7 @@ static int nfs_parse_mount_options(char *raw, | |||
1614 | goto out_minorversion_mismatch; | 1614 | goto out_minorversion_mismatch; |
1615 | 1615 | ||
1616 | if (mnt->options & NFS_OPTION_MIGRATION && | 1616 | if (mnt->options & NFS_OPTION_MIGRATION && |
1617 | mnt->version != 4 && mnt->minorversion != 0) | 1617 | (mnt->version != 4 || mnt->minorversion != 0)) |
1618 | goto out_migration_misuse; | 1618 | goto out_migration_misuse; |
1619 | 1619 | ||
1620 | /* | 1620 | /* |