io_u: don't account io issue blocks for verify backlog
authorJens Axboe <axboe@kernel.dk>
Fri, 1 Dec 2017 04:48:12 +0000 (21:48 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 Dec 2017 04:48:12 +0000 (21:48 -0700)
commite1c325d25dd977c28c9489c542a51ee05dfc620e
tree8dece3e47688bdee66b716ee5c789b9981280877
parentc32e1a09dc24d570274172efb6d7686c0f0e1291
io_u: don't account io issue blocks for verify backlog

We don't account the bytes, we should not account the blocks
either.

Fixes: ae2fafc8 ("verify: verify bytes should not add to this_io_bytes")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_u.c