Fix eta for pure read workload with verify enabled
authorJens Axboe <jens.axboe@oracle.com>
Tue, 4 Sep 2007 10:38:28 +0000 (12:38 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 4 Sep 2007 10:38:28 +0000 (12:38 +0200)
commit0dd8377ff92f2cfb6670061782e28fd52d89a52f
treeac784acb726129e12a1a781d70be204eb87316a9
parente6203e9e73039537d41810e91e3dfe6abeb919d9
Fix eta for pure read workload with verify enabled

Verify doubles the expected IO count, but that is only true if
we are first writing a file and then reading it back to verify.
If the workload running is just reading back data to verify it,
the IO count is already correct.

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