X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter_common.c;h=d570e648788bf1d90253aa1d9b96aa310803d5af;hp=2616c9bdfc940a3415ef6e5abd3a446d4e859b7e;hb=69a294cd641c623db61f46ee86901845789a1c7b;hpb=9d75ded33ce6664156acb07e311f51d55970bbea diff --git a/filter_common.c b/filter_common.c index 2616c9bd..d570e648 100644 --- a/filter_common.c +++ b/filter_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -141,9 +141,8 @@ 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); - t->error = 0; if (btr_node_status(fn->btrn, fn->min_iqs, BTR_NT_INTERNAL) != 0) sched_min_delay(s); }