X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress_filter.c;h=affb3d4ca9a1ab30155ead26511df789eca29206;hp=0c0200e7e3b522af5aad7bb0a9f86f7e32024218;hb=33d9e48b9ebe11858e4fd208196c419b72db7f6d;hpb=5cb5db1fbf8f9b96c3b5a1e0cc7de9e710757540 diff --git a/compress_filter.c b/compress_filter.c index 0c0200e7..affb3d4c 100644 --- a/compress_filter.c +++ b/compress_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -43,7 +43,7 @@ static void compress_close(struct filter_node *fn) static int compress_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 private_compress_data *pcd = fn->private_data; struct btr_node *btrn = fn->btrn; bool inplace = btr_inplace_ok(btrn);