]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 24 Feb 2025 21:31:09 +0000 (13:31 -0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 27 Feb 2025 14:17:39 +0000 (07:17 -0700)
commit69d483d5f43e7a525246090c80f978b827104ad4
tree0de1a2660d5042474a0063fc5f1f9b0cb84d14c4
parent81cc96fcb3dcfb3d85df4e0eec56149b5b53c016
io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()

io_uring_cmd_import_fixed() will need to know the io_uring execution
state in following commits, for now just pass issue_flags into it
without actually using.

Reviewed-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/20250224213116.3509093-5-kbusch@meta.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/ioctl.c
include/linux/io_uring/cmd.h
io_uring/uring_cmd.c