aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/Kconfig
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2010-08-12 18:16:45 +0000
committerSteve French <sfrench@us.ibm.com>2010-08-12 18:16:45 +0000
commit3f43231230664c23f4a7513232171dcb6ce9f068 (patch)
treee0a12a71942ddd05387cc5f4025e638f3462cd62 /fs/nfs/Kconfig
parentAFS: Implement an autocell mount capability [ver #2] (diff)
downloadlinux-dev-3f43231230664c23f4a7513232171dcb6ce9f068.tar.xz
linux-dev-3f43231230664c23f4a7513232171dcb6ce9f068.zip
[NFS] Set CONFIG_KEYS when CONFIG_NFS_USE_KERNEL_DNS is set
Previous patch relied on DNS_RESOLVER setting CONFIG_KEYS but needs to be selected in NFS config when using the new DNS resolver Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> CC: David Howells <dhowells@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/nfs/Kconfig')
-rw-r--r--fs/nfs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index c5bbdca13ac2..26a510a7be09 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -115,4 +115,5 @@ config NFS_USE_KERNEL_DNS
bool
depends on NFS_V4 && !NFS_USE_LEGACY_DNS
select DNS_RESOLVER
+ select KEYS
default y