From 008618a8df7268a4f17ceef73f796af25252b2b9 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 18 Mar 2010 19:29:45 +0100 Subject: [PATCH 1/1] Verify log message Signed-off-by: Jens Axboe --- fio.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fio.c b/fio.c index c33f7868..dfda2687 100644 --- a/fio.c +++ b/fio.c @@ -433,6 +433,8 @@ static void do_verify(struct thread_data *td) int ret, min_events; unsigned int i; + dprint(FD_VERIFY, "starting loop\n"); + /* * sync io first and invalidate cache, to make sure we really * read from disk. @@ -570,6 +572,8 @@ sync_done: cleanup_pending_aio(td); td_set_runstate(td, TD_RUNNING); + + dprint(FD_VERIFY, "exiting loop\n"); } /* -- 2.25.1