X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=filter_common.c;h=f2f5799f8593240f6d74d262a8bd93e0becfd191;hb=a96be5bc4fda8c0df5370d646defb5ff632ba391;hp=8ce66ea878c309d96e98e944f21af02670d9060c;hpb=d1e6b28f66e243516d01916f9125baee75dd98d6;p=paraslash.git diff --git a/filter_common.c b/filter_common.c index 8ce66ea8..f2f5799f 100644 --- a/filter_common.c +++ b/filter_common.c @@ -143,7 +143,6 @@ 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, BTR_NT_INTERNAL) != 0) sched_min_delay(s); }