projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d073e9b
)
NFSv4: The idmapper now depends on keyring functionality
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 8 Feb 2012 18:21:38 +0000
(13:21 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 15 Feb 2012 05:19:51 +0000
(
00:19
-0500)
Add the appropriate 'select KEYS' to the NFSv4 Kconfig entry.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/Kconfig
patch
|
blob
|
history
diff --git
a/fs/nfs/Kconfig
b/fs/nfs/Kconfig
index 021d2cf6938ac988e9e8720c00051dbfe01c99d0..ee86cfcd6c336b7fe5c36150ac061a47b257763a 100644
(file)
--- a/
fs/nfs/Kconfig
+++ b/
fs/nfs/Kconfig
@@
-64,6
+64,7
@@
config NFS_V4
bool "NFS client support for NFS version 4"
depends on NFS_FS
select SUNRPC_GSS
+ select KEYS
help
This option enables support for version 4 of the NFS protocol
(RFC 3530) in the kernel's NFS client.
@@
-130,5
+131,4
@@
config NFS_USE_KERNEL_DNS
bool
depends on NFS_V4 && !NFS_USE_LEGACY_DNS
select DNS_RESOLVER
- select KEYS
default y