X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter_common.c;h=d570e648788bf1d90253aa1d9b96aa310803d5af;hp=f2f5799f8593240f6d74d262a8bd93e0becfd191;hb=33d9e48b9ebe11858e4fd208196c419b72db7f6d;hpb=b8290b7cad010552873c5e640e56dbe9c901dfb1 diff --git a/filter_common.c b/filter_common.c index f2f5799f..d570e648 100644 --- a/filter_common.c +++ b/filter_common.c @@ -141,7 +141,7 @@ void print_filter_helps(unsigned flags) */ void generic_filter_pre_select(struct sched *s, struct task *t) { - struct filter_node *fn = container_of(t, struct filter_node, task); + struct filter_node *fn = task_context(t); if (btr_node_status(fn->btrn, fn->min_iqs, BTR_NT_INTERNAL) != 0) sched_min_delay(s);