]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter_common.c
sched: Mark argument of task_get_notification() as const.
[paraslash.git] / filter_common.c
index 2616c9bdfc940a3415ef6e5abd3a446d4e859b7e..f2f5799f8593240f6d74d262a8bd93e0becfd191 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2013 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2014 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -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);
 }