NFS: Fix up new minorversion= option
authorChuck Lever <chuck.lever@oracle.com>
Sun, 9 Aug 2009 19:09:29 +0000 (15:09 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 9 Aug 2009 19:09:29 +0000 (15:09 -0400)
commitf3f4f4ed26b116f621596f74d42d2b736171e968
tree3e709094beba4b302c9a6a08afa9a3e2f0b8d3b1
parent7b2aa037e878c939676675969983284a02958ae3
NFS: Fix up new minorversion= option

The new minorversion= mount option (commit 3fd5be9e) was merged at
the same time as the recent sloppy parser fixes (commit a5a16bae),
so minorversion= still uses the old value parsing logic.

If the minorversion= option specifies a bogus value, it should fail
with "bad value" not "bad option."

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c