From: David, Bar Date: Thu, 13 Aug 2020 09:40:55 +0000 (+0300) Subject: flow: reclaim flow when job is reaped X-Git-Tag: fio-3.23~13^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=42e26e94c06bbfd23a7dc7e681c32972ef73c79d;p=fio.git flow: reclaim flow when job is reaped Signed-off-by: David, Bar --- diff --git a/backend.c b/backend.c index a4367672..05453ae2 100644 --- a/backend.c +++ b/backend.c @@ -2042,6 +2042,7 @@ reaped: done_secs += mtime_since_now(&td->epoch) / 1000; profile_td_exit(td); + flow_exit_job(td); } if (*nr_running == cputhreads && !pending && realthreads)