[CIFS] Make CONFIG_CIFS_EXPERIMENTAL depend on CONFIG_EXPERIMENTAL
authorSteve French <sfrench@us.ibm.com>
Wed, 2 Nov 2005 19:37:15 +0000 (11:37 -0800)
committerSteve French <sfrench@us.ibm.com>
Wed, 2 Nov 2005 19:37:15 +0000 (11:37 -0800)
It seems logical.

Note that CONFIG_EXPERIMENTAL itself doesn't enable any code.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/Kconfig

index 01a2952..c9c4108 100644 (file)
@@ -1639,7 +1639,7 @@ config CIFS_POSIX
 
 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.