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)
commit78a6469cfc9094763320e61c60f9aaef0ece9689
treeca1eb508374b5a34c16e6a17ca61fdfc6319d26c
parent9a50c5c5650fdd9f3117e3745f16cc63c5b267b7
More precise fix for verify_backlog verification failure

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>
backend.c