From: Jens Axboe Date: Thu, 18 Mar 2010 18:29:45 +0000 (+0100) Subject: Verify log message X-Git-Tag: fio-1.38~14 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=008618a8df7268a4f17ceef73f796af25252b2b9;hp=7758d4f0b0f87d53826e1a6a6302bdc16667ed2d Verify log message Signed-off-by: Jens Axboe --- 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"); } /*