Skip to content

Commit

Permalink
[NFS] Set CONFIG_KEYS when CONFIG_NFS_USE_KERNEL_DNS is set
Browse files Browse the repository at this point in the history
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 <[email protected]>
CC: David Howells <[email protected]>
Signed-off-by: Steve French <[email protected]>
  • Loading branch information
Steve French committed Aug 12, 2010
1 parent bec5eb6 commit 3f43231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/nfs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3f43231

Please sign in to comment.