]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Remove v3 not compiled check from validate_mount_data()
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Wed, 3 Sep 2014 16:19:09 +0000 (12:19 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 12 Sep 2014 17:50:20 +0000 (13:50 -0400)
commitf08460dc23db1e5cd6b7ab34a62ffea60f55725f
treef3ca4680298b1b2572fcaee8421abadd9104af3a
parent00a36a1090350995127c2a4bfac6be7fc85b5b81
NFS: Remove v3 not compiled check from validate_mount_data()

This check is already performed by the module loading code - if the
module can't be found then -EPROTONOSUPPORT will be returned.  Let's
handle v3 this way, too.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/super.c