Skip to content
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
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment