Fix problem with iodepth_batch_complete=0 and accounting
authorJens Axboe <axboe@kernel.dk>
Fri, 16 Mar 2012 12:55:50 +0000 (13:55 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 16 Mar 2012 12:55:50 +0000 (13:55 +0100)
If the queue is full, we always need to reap at least one event.
Otherwise we end up failing get_io_u() and restarting the file.

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

No differences found