Don't assume read IO are always verifies if verify is enabled
authorJens Axboe <jens.axboe@oracle.com>
Fri, 4 Sep 2009 18:53:53 +0000 (20:53 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 4 Sep 2009 18:53:53 +0000 (20:53 +0200)
commit715d2b3e02834232154604b91de1f9db53572a77
tree5bf05bcb7c5cf727f192fecf4ac33dd1082466b6
parentc28b912f77c3dafbdcdcf4def2c8c1f9c127100c
Don't assume read IO are always verifies if verify is enabled

If it's a mixed read/write workload, we're likely just wanting to
verify the writes we do.

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