Retrieve next file to service in get_io_u()
authorJens Axboe <jens.axboe@oracle.com>
Mon, 19 Feb 2007 12:16:12 +0000 (13:16 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 19 Feb 2007 12:16:12 +0000 (13:16 +0100)
commit3d7c391dbdc56f261447b2d8ab65e74a42a20c41
tree127d825bf36e2d213507d8a26a4f4b872b403a96
parent755200a326a33e5e19b16dfd5e013dd98bcf1916
Retrieve next file to service in get_io_u()

This improves requeue handling, we don't want to inadvertently
skip a file because we requeue an io_u.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c
fio.h
io_u.c