io_uring/rw: cleanup retry path
authorJens Axboe <axboe@kernel.dk>
Sat, 23 Mar 2024 02:41:18 +0000 (20:41 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Apr 2024 14:10:25 +0000 (08:10 -0600)
commitcca6571381a0bdc88021a1f7a4c2349df21279f7
tree2edea76f1e2b2eaabf448d34b36c0e62a3627735
parent0d10bd77a1be0742a12e1bcf0554a4bcbdbc0f35
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: Jens Axboe <axboe@kernel.dk>
io_uring/rw.c