backend: ensure that we run verification for short time based jobs
authorJens Axboe <axboe@fb.com>
Thu, 24 Mar 2016 19:36:22 +0000 (13:36 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 24 Mar 2016 19:36:22 +0000 (13:36 -0600)
commitf1a32461c844c7ba9314f66dd28b5a01ca7cb69a
treed6d6d67c2ff05a42551bf5320659c9d987b77125
parent546f51ce7a5667127f0ebb10fd4db8a4b817dea0
backend: ensure that we run verification for short time based jobs

We need to break out of the main loop for the case where we did
exceed our bytes issued, if we have verification to run. For
time based jobs, we'll get back in this loop after verification.

Fixes c04e4661e4da ("time_based: Avoid restarting main I/O loop")
Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c