]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring/uring_cmd: correct signature for io_uring_mshot_cmd_post_cqe()
authorJens Axboe <axboe@kernel.dk>
Wed, 10 Sep 2025 23:45:36 +0000 (17:45 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Sep 2025 15:17:24 +0000 (09:17 -0600)
commit1b3aa3900782707ec2f4cc1651bc82c628f25d2b
tree3d44a8965dfd66afba7e579d92323b8244134ffd
parent9adc6669a60a7ec9e5a4b2b524791b0f4b7f3e66
io_uring/uring_cmd: correct signature for io_uring_mshot_cmd_post_cqe()

The !CONFIG_IO_URING signature is wrong, fix that up. The non stub
signature got updated for the io_br_sel changes that happened before
this patch went in, but the stub one did not.

Fixes: 620a50c92700 ("io_uring: uring_cmd: add multishot support")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring/cmd.h