Verify log message
authorJens Axboe <jens.axboe@oracle.com>
Thu, 18 Mar 2010 18:29:45 +0000 (19:29 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 18 Mar 2010 18:29:45 +0000 (19:29 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c

diff --git a/fio.c b/fio.c
index c33f7868234ebe5d04ee267de7f3806510bb393b..dfda268712919a37c5f8aabf30b852bfbf3589ca 100644 (file)
--- 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;
 
        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.
        /*
         * 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);
                cleanup_pending_aio(td);
 
        td_set_runstate(td, TD_RUNNING);
+
+       dprint(FD_VERIFY, "exiting loop\n");
 }
 
 /*
 }
 
 /*