[PATCH] fio: stonewall needs to break to honor future stonewalls
authorJens Axboe <axboe@suse.de>
Tue, 8 Nov 2005 14:30:18 +0000 (15:30 +0100)
committerJens Axboe <axboe@suse.de>
Tue, 8 Nov 2005 14:30:18 +0000 (15:30 +0100)
fio.c

diff --git a/fio.c b/fio.c
index 2abfb7e71fe8a5ec4dfe30ffafab8a1c682cb7af..e8692f8a844d59a1a02ec3ee5302744be5cf6866 100644 (file)
--- 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);