Consider the maximum block size difference the minimum for loop exit
authorJens Axboe <axboe@kernel.dk>
Sat, 23 Mar 2013 04:56:55 +0000 (22:56 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 23 Mar 2013 04:56:55 +0000 (22:56 -0600)
commit74f4b020b3c8053ff319c3da900a5cf07e51c8eb
treed61001a29b878df06791249cfd7c8bae879a5b94
parentf832642400a7d0f19f21b744d1b1c7dad452408a
Consider the maximum block size difference the minimum for loop exit

For mixed block sizes, we can hit the condition where we decided
to stop even if we could have done a small block size. Don't do
another loop for those cases.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
backend.c
fio.h