]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring/rw: move fixed buffer import to issue path
authorKeith Busch <kbusch@kernel.org>
Thu, 27 Feb 2025 22:39:12 +0000 (14:39 -0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 28 Feb 2025 14:05:26 +0000 (07:05 -0700)
commitff92d824d0b55e35ed2ee77021cbd2ed3e7ae7a2
treedcb2c8a187280f119af100fb20feccc3bb09ca3d
parent2a61e63891add7817e35a2323347ed8d354acf84
io_uring/rw: move fixed buffer import to issue path

Registered buffers may depend on a linked command, which makes the prep
path too early to import. Move to the issue path when the node is
actually needed like all the other users of fixed buffers.

Signed-off-by: Keith Busch <kbusch@kernel.org>
Link: https://lore.kernel.org/r/20250227223916.143006-3-kbusch@meta.com
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/opdef.c
io_uring/rw.c
io_uring/rw.h