From: Martin Mares Date: Thu, 30 Aug 2007 09:37:14 +0000 (+0200) Subject: Yet another swap-out. X-Git-Tag: holmes-import~506^2~13^2~70 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=25bf4841c44bcaedf393cf900174a166a8021fb9;p=libucw.git Yet another swap-out. --- diff --git a/lib/sorter/govern.c b/lib/sorter/govern.c index 6befff52..524b0c90 100644 --- a/lib/sorter/govern.c +++ b/lib/sorter/govern.c @@ -256,6 +256,7 @@ sorter_multiway(struct sort_context *ctx, struct sort_bucket *b) } else { + sbuck_swap_out(out); clist_add_tail(&parts, &out->n); SORT_TRACE("Multi-way merge pass (%d ways, %s, %dMB/s)", n, F_BSIZE(out), sorter_speed(ctx, sbuck_size(out))); }