Still need to put io_u on early exit
authorJens Axboe <jens.axboe@oracle.com>
Wed, 21 Feb 2007 22:02:39 +0000 (23:02 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 21 Feb 2007 22:02:39 +0000 (23:02 +0100)
commit069c29183fb55f467ba841959ba6731f3e4f2132
treedb4dd4deb592d04c431dbc7ef6b0054792bbd69f
parent49db69aa2e89afde2c5e2a768a464302af96b6cb
Still need to put io_u on early exit

The previous fix was too drastic, if we don't put the io_u on early
exit, cleanup_pending_aio() will stall forever waiting for it.

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