]> git.baikalelectronics.ru Git - kernel.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)
commitefdaa68cae4d3c8120e5fe9b3b13f7b50abe3ce1
treef3ca4680298b1b2572fcaee8421abadd9104af3a
parent75e39005067e74057d97b73643d6a5545f2d6496
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