From 74dff4439c60dd828f40f3e7b4dedafc18e42663 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 18 Oct 2016 09:11:04 -0600 Subject: [PATCH] iolog: add support for 'replay_no_stall' Signed-off-by: Jens Axboe --- iolog.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iolog.c b/iolog.c index 686c7134..f0ce3b25 100644 --- a/iolog.c +++ b/iolog.c @@ -425,6 +425,8 @@ static int read_iolog2(struct thread_data *td, FILE *f) continue; writes++; } else if (rw == DDIR_WAIT) { + if (td->o.no_stall) + continue; waits++; } else if (rw == DDIR_INVAL) { } else if (!ddir_sync(rw)) { -- 2.25.1