]> git.itanic.dy.fi Git - linux-stable/commit
io_uring/rw: add separate prep handler for fixed read/write
authorJens Axboe <axboe@kernel.dk>
Mon, 6 Nov 2023 14:43:16 +0000 (07:43 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 6 Nov 2023 14:43:16 +0000 (07:43 -0700)
commitf688944cfb810986c626cb13d95bc666e5c8a36c
treed9c01b7c5182cf3a896f5e320834cbad5ae33671
parent0e984ec88da9747549227900e5215c5e6a1b65ae
io_uring/rw: add separate prep handler for fixed read/write

Rather than sprinkle opcode checks in the generic read/write prep handler,
have a separate prep handler for the vectored readv/writev operation.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/opdef.c
io_uring/rw.c
io_uring/rw.h