]> git.ipfire.org Git - thirdparty/linux.git/commit
io_uring/query: drop unused io_handle_query_entry() ctx arg
authorCaleb Sander Mateos <csander@purestorage.com>
Wed, 26 Nov 2025 00:59:34 +0000 (17:59 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 26 Nov 2025 16:37:10 +0000 (09:37 -0700)
commit1e93de9205b4d5c0f06507e9e1c398574a07fb80
tree03f42a447edbb8c525e88af1ce952b3168bc6ec4
parent84692a1519b32d61ff882cf24a9eda900961acad
io_uring/query: drop unused io_handle_query_entry() ctx arg

io_handle_query_entry() doesn't use its struct io_ring_ctx *ctx
argument. So remove it from the function and its callers.

Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/query.c
io_uring/query.h
io_uring/register.c