X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fecdec_filter.c;h=9d34106db7562b5bc1c6ab419bf955dc15eb9572;hp=691d696af6e3972ac9f2becf68c0712873fe9624;hb=33d9e48b9ebe11858e4fd208196c419b72db7f6d;hpb=00e0ee291a22f52d1bbeedfcc7224faf36988031 diff --git a/fecdec_filter.c b/fecdec_filter.c index 691d696a..9d34106d 100644 --- a/fecdec_filter.c +++ b/fecdec_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2013 Andre Noll + * Copyright (C) 2009-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -438,7 +438,7 @@ static void fecdec_close(struct filter_node *fn) static int fecdec_post_select(__a_unused struct sched *s, struct task *t) { - struct filter_node *fn = container_of(t, struct filter_node, task); + struct filter_node *fn = task_context(t); struct btr_node *btrn = fn->btrn; int ret; struct fec_header h;