From df22001e1e6d622c26e61189d5f77ff130d719c9 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Wed, 16 Jan 2013 18:54:12 -0800 Subject: [PATCH] --- yaml --- r: 353623 b: refs/heads/master c: cf98c5e56807af7c793497bbd0446f71c383ffd5 h: refs/heads/master i: 353621: fda32066c3247687fd121dc0382bdeb8df39d756 353619: 05f0a39d6ea39c2f7ed73cf3f8bdade37c6d8e89 353615: 4ff4851b741096f8d6149ad58601feebf95cd1fe v: v3 --- [refs] | 2 +- trunk/fs/jffs2/Kconfig | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index ecdf793a74b6..6347bb7dd852 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: adae07485e164df62bc56535b089946e35074281 +refs/heads/master: cf98c5e56807af7c793497bbd0446f71c383ffd5 diff --git a/trunk/fs/jffs2/Kconfig b/trunk/fs/jffs2/Kconfig index 6ae169cd8faa..d8bb6c411e96 100644 --- a/trunk/fs/jffs2/Kconfig +++ b/trunk/fs/jffs2/Kconfig @@ -50,8 +50,8 @@ config JFFS2_FS_WBUF_VERIFY write-buffer, and check for errors. config JFFS2_SUMMARY - bool "JFFS2 summary support (EXPERIMENTAL)" - depends on JFFS2_FS && EXPERIMENTAL + bool "JFFS2 summary support" + depends on JFFS2_FS default n help This feature makes it possible to use summary information @@ -63,8 +63,8 @@ config JFFS2_SUMMARY If unsure, say 'N'. config JFFS2_FS_XATTR - bool "JFFS2 XATTR support (EXPERIMENTAL)" - depends on JFFS2_FS && EXPERIMENTAL + bool "JFFS2 XATTR support" + depends on JFFS2_FS default n help Extended attributes are name:value pairs associated with inodes by @@ -173,7 +173,7 @@ config JFFS2_CMODE_PRIORITY successful one. config JFFS2_CMODE_SIZE - bool "size (EXPERIMENTAL)" + bool "size" help Tries all compressors and chooses the one which has the smallest result.