X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=amp_filter.c;h=c3e55cf0477b253dfd663953613c2ed5f95daa51;hp=dddc0a85c3c11f29294074c9b6d565729dfc6e98;hb=565c034fe5346b83171ba41ef05bc4e2272168f7;hpb=282a5e463090205ef8a12f50a9ecf6498b860e88 diff --git a/amp_filter.c b/amp_filter.c index dddc0a85..c3e55cf0 100644 --- a/amp_filter.c +++ b/amp_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. */ @@ -73,7 +73,7 @@ static int amp_post_select(__a_unused struct sched *s, struct task *t) bool inplace = btr_inplace_ok(btrn); if (pad->amp == 0) { /* no amplification */ - btr_splice_out_node(btrn); + btr_splice_out_node(&fn->btrn); return -E_AMP_ZERO_AMP; } next_buffer: