2008-02-05 18:09:42

by Chuck Lever

[permalink] [raw]
Subject: [PATCH 10/10] NFSD: Remove redundant "select" clauses in fs/Kconfig

As far as I can tell, selecting the CRYPTO and CRYPTO_MD5 entries under
CONFIG_NFSD is redundant, since CONFIG_NFSD_V4 already selects
RPCSEC_GSS_KRB5, which selects these entries.

Signed-off-by: Chuck Lever <[email protected]>
---

fs/Kconfig | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index 165308d..17f0ccf 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1658,8 +1658,6 @@ config NFSD
select SUNRPC
select EXPORTFS
select NFS_ACL_SUPPORT if NFSD_V2_ACL
- select CRYPTO_MD5 if NFSD_V4
- select CRYPTO if NFSD_V4
help
Choose Y here if you want to allow other computers to access
files residing on this system using Sun's Network File System