]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter_common.c
Merge branch 'master' into next
[paraslash.git] / filter_common.c
index 285efe68d56cefac4ea05dc3f6102db4cda89fa4..ebda1ee74ad265275017d9ebe6eaf137de317fcb 100644 (file)
@@ -23,9 +23,6 @@ struct filter filters[NUM_SUPPORTED_FILTERS] = {FILTER_ARRAY};
 
 /**
  * Call the init function of each supported filter.
- *
- * \param all_filters the array of all supported filters.
- *
  * \sa filter::init
  */
 void filter_init(void)
@@ -121,7 +118,7 @@ void filter_pre_select(__a_unused struct sched *s, struct task *t)
                return;
        }
 again:
-       ib = fc->inbuf;
+       ib = *fc->inbufp;
        loaded = fc->in_loaded;
        conv = 0;
        FOR_EACH_FILTER_NODE(fn, fc, i) {