[2.6 patch] let CIFS_EXPERIMENTAL depend on EXPERIMENTAL

From: Adrian Bunk
Date: Mon Oct 31 2005 - 06:14:47 EST


It seems logical.

Note that CONFIG_EXPERIMENTAL itself doesn't enable any code.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

This patch was already sent on:
- 21 Jul 2005

--- linux-2.6.13-rc3-mm1-modular/fs/Kconfig.old 2005-07-21 13:52:49.000000000 +0200
+++ linux-2.6.13-rc3-mm1-modular/fs/Kconfig 2005-07-21 13:53:11.000000000 +0200
@@ -1804,7 +1804,7 @@

config CIFS_EXPERIMENTAL
bool "CIFS Experimental Features (EXPERIMENTAL)"
- depends on CIFS
+ depends on CIFS && EXPERIMENTAL
help
Enables cifs features under testing. These features
are highly experimental. If unsure, say N.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/