projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bec5eb6
)
[NFS] Set CONFIG_KEYS when CONFIG_NFS_USE_KERNEL_DNS is set
author
Steve French
<sfrench@us.ibm.com>
Thu, 12 Aug 2010 18:16:45 +0000
(18:16 +0000)
committer
Steve French
<sfrench@us.ibm.com>
Thu, 12 Aug 2010 18:16:45 +0000
(18:16 +0000)
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>
fs/nfs/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfs/Kconfig
b/fs/nfs/Kconfig
index c5bbdca13ac2952e769b8f900f04c3b1afba6309..26a510a7be0908023eaa5848002eced097f6e9dc 100644
(file)
--- 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