• Jens Axboe's avatar
    io_uring/rw: cleanup retry path · cca65713
    Jens Axboe authored
    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>
    cca65713
rw.c 29.3 KB