]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - fs/nfs/inode.c
NFSv4: Move the DNS resolver into the NFSv4 module
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 1 Jun 2013 15:50:58 +0000 (11:50 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 18 Jun 2013 17:47:18 +0000 (13:47 -0400)
commitc8d74d9b68b655e85ee4603f8918c3233a74f085
tree922702a30aa763801e6bca0933724a146e928c34
parente401452d923de5b27f61f707773ec38f5593d985
NFSv4: Move the DNS resolver into the NFSv4 module

The other protocols don't use it, so make it local to NFSv4, and
remove the EXPORT.
Also ensure that we only compile in cache_lib.o if we're using
the legacy DNS resolver.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Bryan Schumaker <bjschuma@netapp.com>
fs/nfs/Makefile
fs/nfs/dns_resolve.c
fs/nfs/inode.c
fs/nfs/nfs4super.c