From 3f43231230664c23f4a7513232171dcb6ce9f068 Mon Sep 17 00:00:00 2001 From: Steve French Date: Thu, 12 Aug 2010 18:16:45 +0000 Subject: [PATCH] [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 CC: David Howells Signed-off-by: Steve French --- fs/nfs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index c5bbdca13ac..26a510a7be0 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 -- 2.39.3