Indicate 'V' verify state always
authorJens Axboe <jens.axboe@oracle.com>
Thu, 6 Mar 2008 09:25:17 +0000 (10:25 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 6 Mar 2008 09:25:17 +0000 (10:25 +0100)
commitd8fab1b6c09f7a90100065ec75ba1d1b09c4c3fa
treea5b57cb71c1673836631d6a008d18782f2504bdf
parent8ca7ead9f714d01fc4b421c7f405c7ce44204aab
Indicate 'V' verify state always

We only print 'V' for a thread if it does a verify run after a write,
however fio can be invoked for a later verify using a different job file.
So check in do_io() as well and set verify state if appropriate.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c