More precise fix for verify_backlog verification failure
authorJens Axboe <axboe@fb.com>
Wed, 5 Feb 2014 20:15:22 +0000 (13:15 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 5 Feb 2014 20:15:22 +0000 (13:15 -0700)
Commit c2703bf3 could be a bit more precise - we only need to
add to the byte count if verify_backlog is enabled, since that
is the case where do_io() will run both the IO and verify IO.

Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found