From: Steve French Date: Thu, 12 Aug 2010 18:16:45 +0000 (+0000) Subject: [NFS] Set CONFIG_KEYS when CONFIG_NFS_USE_KERNEL_DNS is set X-Git-Tag: v2.6.36-rc1~44^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f43231230664c23f4a7513232171dcb6ce9f068;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git [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 --- diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index c5bbdca..26a510a 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