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

io_uring: don't setup async context for read/write fixed

We don't need it, and if we have it, then the retry handler will attempt
to copy the non-existent iovec with the inline iovec, with a segment
count that doesn't make sense.

Fixes: f67676d1

 ("io_uring: ensure async punted read/write requests copy iovec")
Reported-by: default avatarJonathan Lemon <jonathan.lemon@gmail.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent eacc6dfa
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