Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit cca65713 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring/rw: cleanup retry path


We no longer need to gate a potential retry on whether or not the
context matches our original task, as all read/write operations have
been fully prepared upfront. This means there's never any re-import
needed, and hence we can always retry requests.

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