commit | f832642400a7d0f19f21b744d1b1c7dad452408a | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Mar 22 15:23:20 2013 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Mar 22 15:23:20 2013 -0600 |
tree | e9db56538a4ff882145c129944ccd9269d1e2220 | |
parent | 8f801ad5796d850b8ccf15def6b793c3bd2e352d [diff] |
posixaio: restart suspend list after we have used aio_suspend() 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>