From: Pavel Begunkov Date: Thu, 1 Apr 2021 14:43:52 +0000 (+0100) Subject: io_uring: remove unused hash_wait X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e146a4a3f69e843a2153735875c64990aca244b1;p=linux.git io_uring: remove unused hash_wait No users of io_uring_ctx::hash_wait left, kill it. Signed-off-by: Pavel Begunkov Link: https://lore.kernel.org/r/e25cb83c233a5f75f15275596b49fbafbea606fa.1617287883.git.asml.silence@gmail.com Signed-off-by: Jens Axboe --- diff --git a/fs/io_uring.c b/fs/io_uring.c index e92de7e206c07..6a0317e851f72 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -455,8 +455,6 @@ struct io_ring_ctx { /* exit task_work */ struct callback_head *exit_task_work; - struct wait_queue_head hash_wait; - /* Keep this last, we don't need it for the fast path */ struct work_struct exit_work; struct list_head tctx_list;