]> Git Repo - linux.git/commitdiff
[JFFS2] LZO compression should default off for compatibility.
authorDavid Woodhouse <[email protected]>
Thu, 2 Aug 2007 15:32:02 +0000 (16:32 +0100)
committerDavid Woodhouse <[email protected]>
Thu, 2 Aug 2007 15:32:02 +0000 (16:32 +0100)
Signed-off-by: David Woodhouse <[email protected]>
fs/Kconfig

index 9acccda4fd6be4d394fe128c134166d42bbbfdca..84fb8428c0233ce3202aca4b5295457332ef119d 100644 (file)
@@ -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
This page took 0.06024 seconds and 4 git commands to generate.