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

[JFFS2] LZO compression should default off for compatibility.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

+3 -2
+3 -2
fs/Kconfig
··· 1319 1319 select LZO_COMPRESS 1320 1320 select LZO_DECOMPRESS 1321 1321 depends on JFFS2_FS 1322 - default y 1322 + default n 1323 1323 help 1324 1324 minilzo-based compression. Generally works better than Zlib. 1325 1325 1326 - Say 'Y' if unsure. 1326 + This feature was added in July, 2007. Say 'N' if you need 1327 + compatibility with older bootloaders or kernels. 1327 1328 1328 1329 config JFFS2_RTIME 1329 1330 bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS