[btr] Add the node type parameter to btr_node_status().
[paraslash.git] / compress_filter.c
index 7c392746c5c1e02bc03408876e8af65f1a8118da..14df8d966128556e32957749b91bdd225730b1c1 100644 (file)
@@ -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)