Move the iodepth_batch into td_io_queue() instead
authorJens Axboe <jens.axboe@oracle.com>
Mon, 26 Feb 2007 13:45:12 +0000 (14:45 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 26 Feb 2007 13:45:12 +0000 (14:45 +0100)
commiteb7c8ae27bc301b77490b3586dd5ccab7c95880a
tree01aaf140184bd42a4222fcfaacd294c0fd2b01a0
parentec1aee01a92f2e390d7ca14d26eebf6453780c53
Move the iodepth_batch into td_io_queue() instead

The previous part in do_io() introduced a bug (overwriting ret),
and we really need to do it from other locations as well.

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