From: Jens Axboe Date: Tue, 8 Nov 2005 14:30:18 +0000 (+0100) Subject: [PATCH] fio: stonewall needs to break to honor future stonewalls X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ea6f96a206023c5573a0ce7b44c668e9c2642718;p=disktools.git [PATCH] fio: stonewall needs to break to honor future stonewalls --- diff --git a/fio.c b/fio.c index 2abfb7e..e8692f8 100644 --- a/fio.c +++ b/fio.c @@ -2425,7 +2425,7 @@ static void run_threads(char *argv[]) } if (td->stonewall && (nr_started || nr_running)) - continue; + break; td_set_runstate(td, TD_CREATED); check_str_update(td, nr_running, t_rate, m_rate);