]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter_common.c
sched: Dont use fixed-size buffer for task names.
[paraslash.git] / filter_common.c
index 8ce66ea878c309d96e98e944f21af02670d9060c..d570e648788bf1d90253aa1d9b96aa310803d5af 100644 (file)
@@ -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);
 }