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)
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>

No differences found