]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter_common.c
[btr] Add the node type parameter to btr_node_status().
[paraslash.git] / filter_common.c
index acd84d5cd6332e3d4a2c5507ecc661f1822ba0e1..a4f8868b6355a66d92eecd5bc4ebb10f282c27f1 100644 (file)
@@ -281,7 +281,7 @@ void generic_filter_pre_select(struct sched *s, struct task *t)
        struct filter_node *fn = container_of(t, struct filter_node, task);
 
        t->error = 0;
-       if (btr_node_status(fn->btrn, fn->min_iqs) != 0) {
+       if (btr_node_status(fn->btrn, fn->min_iqs, BTR_NT_INTERNAL) != 0) {
                s->timeout.tv_sec = 0;
                s->timeout.tv_usec = 1;
        }