Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3ca135e16a393e5c5cf6490ce751e43c59011dde
Commit:     3ca135e16a393e5c5cf6490ce751e43c59011dde
Parent:     440fdb53b4ae58602711b5b8c3a139ace2404dbb
Author:     David Woodhouse <[EMAIL PROTECTED]>
AuthorDate: Thu Aug 2 16:32:02 2007 +0100
Committer:  David Woodhouse <[EMAIL PROTECTED]>
CommitDate: Thu Aug 2 16:32:02 2007 +0100

    [JFFS2] LZO compression should default off for compatibility.
    
    Signed-off-by: David Woodhouse <[EMAIL PROTECTED]>
---
 fs/Kconfig |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index 9acccda..84fb842 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1319,11 +1319,12 @@ config JFFS2_LZO
        select LZO_COMPRESS
        select LZO_DECOMPRESS
        depends on JFFS2_FS
-       default y
+       default n
        help
          minilzo-based compression. Generally works better than Zlib.
 
-         Say 'Y' if unsure.
+         This feature was added in July, 2007. Say 'N' if you need
+         compatibility with older bootloaders or kernels.
 
 config JFFS2_RTIME
        bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to