NFS: Allow any value for the "retry" option
authorChuck Lever <chuck.lever@oracle.com>
Thu, 12 Jun 2008 16:37:33 +0000 (12:37 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 Jul 2008 16:09:20 +0000 (12:09 -0400)
commitecbb3845dd678364148c1faad32adbc9dd833ef9
tree4ccd2237499f80586cb23ae0c2b00a092cb4e455
parentf41f741838480aeaa3a189cff6e210503cf9c42d
NFS: Allow any value for the "retry" option

The kernel NFS mount option parser should ignore the retry= mount option
since it is meaningful only in user space.  Today it expects a number
rather than arbitrary text, so it ignores the option if the value is
numeric, but chokes if there are other characters in the value.

Change it to allow any text (except ",") as its value.

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