io_uring/rsrc: remove unused parameter ctx for io_rsrc_node_alloc()
authorSidong Yang <sidong.yang@furiosa.ai>
Wed, 15 Jan 2025 14:20:31 +0000 (14:20 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 16 Jan 2025 14:34:42 +0000 (07:34 -0700)
commit02c2a59d20ae1424fce4d08d1dd5e61d911ac1fa
treed2bc625266fbfc98a2ed3642691aa7fa62371939
parent4415be009035b67b9101cf96b02cfee95621b3a6
io_uring/rsrc: remove unused parameter ctx for io_rsrc_node_alloc()

io_uring_ctx parameter for io_rsrc_node_alloc() is unused for now.
This patch removes the parameter and fixes the callers accordingly.

Signed-off-by: Sidong Yang <sidong.yang@furiosa.ai>
Link: https://lore.kernel.org/r/20250115142033.658599-1-sidong.yang@furiosa.ai
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/filetable.c
io_uring/rsrc.c
io_uring/rsrc.h