aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/io-wq.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-01-13 19:23:24 -0700
committerJens Axboe <axboe@kernel.dk>2020-01-13 19:25:29 -0700
commit74566df3a71c1b92da608868cca787557d8be7b2 (patch)
tree997c1dad8033b31b8898501b14be2082bc8ac7e2 /fs/io-wq.c
parentio_uring: remove punt of short reads to async context (diff)
downloadwireguard-linux-74566df3a71c1b92da608868cca787557d8be7b2.tar.xz
wireguard-linux-74566df3a71c1b92da608868cca787557d8be7b2.zip
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: f67676d160c6 ("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>
Diffstat (limited to 'fs/io-wq.c')
0 files changed, 0 insertions, 0 deletions