]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
fs/xfs: remove depends on CONFIG_EXPERIMENTAL
authorKees Cook <keescook@chromium.org>
Tue, 2 Oct 2012 18:19:27 +0000 (11:19 -0700)
committerKees Cook <keescook@chromium.org>
Mon, 5 Nov 2012 22:45:46 +0000 (14:45 -0800)
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

CC: Ben Myers <bpm@sgi.com>
CC: Alex Elder <elder@kernel.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Ben Myers <bpm@sgi.com>
fs/xfs/Kconfig

index 6100ec0fa1d453770f41db47e0402daea8271c64..d841fd1914490356c215855252cac17a4f263f09 100644 (file)
@@ -69,8 +69,8 @@ config XFS_RT
          If unsure, say N.
 
 config XFS_DEBUG
-       bool "XFS Debugging support (EXPERIMENTAL)"
-       depends on XFS_FS && EXPERIMENTAL
+       bool "XFS Debugging support"
+       depends on XFS_FS
        help
          Say Y here to get an XFS build with many debugging features,
          including ASSERT checks, function wrappers around macros,