Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fs/jffs2: remove depends on CONFIG_EXPERIMENTAL

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: David Woodhouse <dwmw2@infradead.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Kees Cook and committed by
Greg Kroah-Hartman
cf98c5e5 adae0748

+5 -5
+5 -5
fs/jffs2/Kconfig
··· 50 50 write-buffer, and check for errors. 51 51 52 52 config JFFS2_SUMMARY 53 - bool "JFFS2 summary support (EXPERIMENTAL)" 54 - depends on JFFS2_FS && EXPERIMENTAL 53 + bool "JFFS2 summary support" 54 + depends on JFFS2_FS 55 55 default n 56 56 help 57 57 This feature makes it possible to use summary information ··· 63 63 If unsure, say 'N'. 64 64 65 65 config JFFS2_FS_XATTR 66 - bool "JFFS2 XATTR support (EXPERIMENTAL)" 67 - depends on JFFS2_FS && EXPERIMENTAL 66 + bool "JFFS2 XATTR support" 67 + depends on JFFS2_FS 68 68 default n 69 69 help 70 70 Extended attributes are name:value pairs associated with inodes by ··· 173 173 successful one. 174 174 175 175 config JFFS2_CMODE_SIZE 176 - bool "size (EXPERIMENTAL)" 176 + bool "size" 177 177 help 178 178 Tries all compressors and chooses the one which has the smallest 179 179 result.