diff options
Diffstat (limited to 'compr_lzo.c')
-rw-r--r-- | compr_lzo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compr_lzo.c b/compr_lzo.c index c15fd32..fb54600 100644 --- a/compr_lzo.c +++ b/compr_lzo.c @@ -85,7 +85,7 @@ static struct jffs2_compressor jffs2_lzo_comp = { .compr = JFFS2_COMPR_LZO, .compress = &jffs2_lzo_cmpr, .decompress = &jffs2_lzo_decompress, - .disabled = 0, + .disabled = 1, }; int jffs2_lzo_init(void) |