commit | 9b7adba9eaec28e0e4343c96d0dbeb9578802f5f | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Aug 10 10:54:02 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Aug 10 15:19:25 2020 -0600 |
tree | 5dbf29bdddb9f401cb6a38468d7ad90896f4aa9f | |
parent | 7271ef3a93a832180068c7aade3f130b7f39b17e [diff] |
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: Jens Axboe <axboe@kernel.dk>