JFFS2_COMPR_LZO
ret = jffs2_selected_compress(JFFS2_COMPR_LZO, data_in,
if ((this->compr == JFFS2_COMPR_LZO) && (bestsize > size))
if ((best->compr != JFFS2_COMPR_LZO) && (bestsize > size))
if ((this->compr == JFFS2_COMPR_LZO) && (bestsize > (size * FAVOUR_LZO_PERCENT / 100)))
.compr = JFFS2_COMPR_LZO,