commit | 978db57e2c329fc612ff669cab9bf0007efd3ca3 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Nov 14 22:39:04 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 25 19:48:31 2019 -0700 |
tree | f94cf385de3279e086d24123ecf1a449de75d1bc | |
parent | 0e0702dac26b282603261f04a62711a2d9aac17b [diff] |
io_uring: make io_double_put_req() use normal completion path If we don't use the normal completion path, we may skip killing links that should be errored and freed. Add __io_double_put_req() for use within the completion path itself, other calls should just use io_double_put_req(). Signed-off-by: Jens Axboe <axboe@kernel.dk>