]> Git Repo - linux.git/commit
NFSD: Remove redundant "select" clauses in fs/Kconfig
authorChuck Lever <[email protected]>
Mon, 11 Feb 2008 22:12:38 +0000 (17:12 -0500)
committerJ. Bruce Fields <[email protected]>
Wed, 23 Apr 2008 20:13:38 +0000 (16:13 -0400)
commit6aaa67b5f3b9fe24f0c76d0415cc72e5a1137bea
treefb8305a818ca7fcc25451c15788dd2c5381a933a
parent78dd0992a3462e05138cf4d08df759bf1c7a08c9
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 <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
fs/Kconfig
This page took 0.050941 seconds and 4 git commands to generate.