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

io_uring: fixup a few spots where link failure isn't flagged



If a request fails, we need to ensure we set REQ_F_FAIL_LINK on it if
REQ_F_LINK is set. Any failure in the chain should break the chain.

We were missing a few spots where this should be done. It might be nice
to generalize this somewhat at some point, as long as we factor in the
fact that failure looks different for each request type.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 89723d0b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment