X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.c;h=dfda268712919a37c5f8aabf30b852bfbf3589ca;hp=c33f7868234ebe5d04ee267de7f3806510bb393b;hb=008618a8df7268a4f17ceef73f796af25252b2b9;hpb=7758d4f0b0f87d53826e1a6a6302bdc16667ed2d 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"); } /*