Skip to content
Commit 9b7adba9 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: add missing REQ_F_COMP_LOCKED for nested requests



When we traverse into failing links or timeouts, we need to ensure we
propagate the REQ_F_COMP_LOCKED flag to ensure that we correctly signal
to the completion side that we already hold the completion lock.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 7271ef3a
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