io_uring/cancel: get rid of init_hash_table() helper
authorJens Axboe <axboe@kernel.dk>
Mon, 30 Sep 2024 20:30:39 +0000 (14:30 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Oct 2024 19:43:27 +0000 (13:43 -0600)
commit8abf47a8d61c9e8314ae4cfa27e18c8df67c37bc
tree988ed6a3b1286331822fe2b5ab5c4ec4fcbe05f4
parentba4366f57b117c2eab996642288e5c75646ccfc9
io_uring/cancel: get rid of init_hash_table() helper

All it does is initialize the lists, just move the INIT_HLIST_HEAD()
into the one caller.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/cancel.c
io_uring/cancel.h
io_uring/io_uring.c