Skip to content
Commit 978db57e authored by Jens Axboe's avatar Jens Axboe
Browse files

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: default avatarJens Axboe <axboe@kernel.dk>
parent 0e0702da
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment