verify: verify bytes should not add to this_io_bytes
authorwebee <webee.yw@gmail.com>
Fri, 23 Mar 2012 12:41:41 +0000 (13:41 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Mar 2012 12:41:41 +0000 (13:41 +0100)
commitae2fafc8525e980b8271e3230a0fd4da660fddda
treeffc104cf8d2b2ac1d042dc8d5b3f688db367fea2
parent10b023db64eeb686eabdfa84faea45795ac8c34c
verify: verify bytes should not add to this_io_bytes

When rw=readwrite,verify+backlog, the verify are treated as normal
read, and bytes are added to this_io_bytes, cause fio terminate early.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_u.c