posixaio: restart suspend list after we have used aio_suspend()
authorJens Axboe <axboe@kernel.dk>
Fri, 22 Mar 2013 21:23:20 +0000 (15:23 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 22 Mar 2013 21:23:20 +0000 (15:23 -0600)
Otherwise we could both end up putting entries in there twice,
if there are still in flight, or having done entries in there too.
So restart the suspend list after aio_suspend(), so we only put
truly still-pending ios in there.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found