]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: don't setup async context for read/write fixed
authorJens Axboe <axboe@kernel.dk>
Tue, 14 Jan 2020 02:23:24 +0000 (19:23 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 14 Jan 2020 02:25:29 +0000 (19:25 -0700)
commit119e0059a8593b47a3ea5969321b12bde96b5a15
tree997c1dad8033b31b8898501b14be2082bc8ac7e2
parentc1a08af2a3a38c6436b6604f22fd92382216336f
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: 3adcd29a9815 ("io_uring: ensure async punted read/write requests copy iovec")
Reported-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c