From: Chuck Lever Date: Mon, 11 Feb 2008 22:12:38 +0000 (-0500) Subject: NFSD: Remove redundant "select" clauses in fs/Kconfig X-Git-Tag: v2.6.26-rc1~1083^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aaa67b5f3b9fe24f0c76d0415cc72e5a1137bea;p=pandora-kernel.git 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. Testing with "make menuconfig" shows that the entries under CRYPTO still properly reflect "Y" or "M" based on the setting of CONFIG_NFSD after this change is applied. Signed-off-by: Chuck Lever Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed