X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=backend.c;h=efedb5329d65a9bc224047ffe43027ca21f290f1;hp=7de6f654d153b2f2798450ed4298a6d2c6763a2d;hb=2c45a4acc6a5e335b9dcf4d6722d4cbbf92d9f6c;hpb=65342a641726a46ec64cd0cadb51b01f9c152812;ds=sidebyside diff --git a/backend.c b/backend.c index 7de6f654..efedb532 100644 --- a/backend.c +++ b/backend.c @@ -1900,6 +1900,7 @@ static void reap_threads(unsigned int *nr_running, unsigned int *t_rate, * move on. */ if (td->terminate && + td->runstate < TD_FSYNCING && time_since_now(&td->terminate_time) >= FIO_REAP_TIMEOUT) { dump_td_info(td); td_set_runstate(td, TD_REAPED);