X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fecdec_filter.c;h=9edbcafe9e60a591337e93cac390cc8262e83721;hp=9d34106db7562b5bc1c6ab419bf955dc15eb9572;hb=abfb661f35e99e99c09a94d84839356d905af080;hpb=3cc5654fec9db630eac146f8475067228efe51ae diff --git a/fecdec_filter.c b/fecdec_filter.c index 9d34106d..9edbcafe 100644 --- a/fecdec_filter.c +++ b/fecdec_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2014 Andre Noll + * Copyright (C) 2009-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -436,9 +436,9 @@ static void fecdec_close(struct filter_node *fn) fn->private_data = NULL; } -static int fecdec_post_select(__a_unused struct sched *s, struct task *t) +static int fecdec_post_select(__a_unused struct sched *s, void *context) { - struct filter_node *fn = task_context(t); + struct filter_node *fn = context; struct btr_node *btrn = fn->btrn; int ret; struct fec_header h;