]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring: add helper for *REGISTER_SEND_MSG_RING
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 7 Sep 2025 23:02:58 +0000 (00:02 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 8 Sep 2025 14:06:37 +0000 (08:06 -0600)
commitda8bc3c81c71eb8906dafca805db1a2639665116
tree2eb3b9bc997a537bf1d82041130ea58acf54b86d
parentc2685729fa5463e5fc493244a2ba7e260217fc76
io_uring: add helper for *REGISTER_SEND_MSG_RING

Move handling of IORING_REGISTER_SEND_MSG_RING into a separate function
in preparation to growing io_uring_register_blind().

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/register.c