X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress_filter.c;h=14df8d966128556e32957749b91bdd225730b1c1;hp=7c392746c5c1e02bc03408876e8af65f1a8118da;hb=d8213149049056e0cabbcbe575a10dfb1a83583e;hpb=52781d7f50556c622fc1efacadec6759fb519450 diff --git a/compress_filter.c b/compress_filter.c index 7c392746..14df8d96 100644 --- a/compress_filter.c +++ b/compress_filter.c @@ -103,7 +103,7 @@ static void compress_post_select(__a_unused struct sched *s, struct task *t) //inplace = false; next_buffer: t->error = 0; - ret = btr_node_status(btrn, fn->min_iqs); + ret = btr_node_status(btrn, fn->min_iqs, BTR_NT_INTERNAL); if (ret < 0) goto err; if (ret == 0)