No users of io_uring_ctx::hash_wait left, kill it. Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx> --- fs/io_uring.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/io_uring.c b/fs/io_uring.c index a4c94dc7edc8..ebd152b1cd6d 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -451,8 +451,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; -- 2.24.0