From c2e8139c9f797baa46515af6d350c51823736cbb Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Wed, 11 Aug 2010 09:37:53 +0100 Subject: NFS: Use kernel DNS resolver [ver #2] Use the kernel DNS resolver to translate hostnames to IP addresses. Create a new config option to choose between the legacy DNS resolver and the new resolver. Signed-off-by: Bryan Schumaker Acked-by: Trond Myklebust Signed-off-by: David Howells Signed-off-by: Steve French --- fs/nfs/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'fs/nfs/Kconfig') diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index cc1bb33b59b..c5bbdca13ac 100644 --- a/fs/nfs/Kconfig +++ b/fs/nfs/Kconfig @@ -100,3 +100,19 @@ config NFS_FSCACHE help Say Y here if you want NFS data to be cached locally on disc through the general filesystem cache manager + +config NFS_USE_LEGACY_DNS + bool "Use the legacy NFS DNS resolver" + depends on NFS_V4 + help + The kernel now provides a method for translating a host name into an + IP address. Select Y here if you would rather use your own DNS + resolver script. + + If unsure, say N + +config NFS_USE_KERNEL_DNS + bool + depends on NFS_V4 && !NFS_USE_LEGACY_DNS + select DNS_RESOLVER + default y -- cgit v1.2.2