From: Chuck Lever Date: Sun, 9 Aug 2009 19:09:29 +0000 (-0400) Subject: NFS: Fix up new minorversion= option X-Git-Tag: v2.6.32-rc1~412^2~48^2~9^2~23 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f4f4ed26b116f621596f74d42d2b736171e968;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed