From: Edward Shishkin <edward.shishkin@xxxxxxxxx> Fix typo found by BratSinot. Signed-off-by: Edward Shishkin <edward.shishkin@xxxxxxxxx> --- plugin/compress/compress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/compress/compress.c b/plugin/compress/compress.c index 5c3df83..a574933 100644 --- a/plugin/compress/compress.c +++ b/plugin/compress/compress.c @@ -214,7 +214,7 @@ static int lzo1_init(void) static int lzo1_overrun(unsigned in_len) { - return in_len / 64 + 16 + 3; + return in_len / 16 + 64 + 3; } static coa_t lzo1_alloc(tfm_action act) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html