Namjae Jeon <linkinj...@gmail.com> writes:

> +             case Opt_nfs_full:
> +                     opts->nfs = FAT_NFS_FULL;
> +                     break;
> +             case Opt_nfs_limited:
> +                     opts->nfs = FAT_NFS_LIMITED;
> +                     sb->s_flags |= MS_RDONLY;
> +                     break;

Check opt->nfs at end of parse_option(). Otherwise, multiple nfs options
would confuse it.

E.g.

        mount -o nfs=limited_stable,nfs=full_unstable

-- 
OGAWA Hirofumi <hirof...@mail.parknet.co.jp>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to