io_uring/io-wq: pass io_wq to io_get_next_work()
authorMax Kellermann <max.kellermann@ionos.com>
Tue, 28 Jan 2025 13:39:25 +0000 (14:39 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 3 Feb 2025 02:52:08 +0000 (19:52 -0700)
commitce5b0a349b9c8b132eef724249385ba48ff82fff
tree09d82146752bb9637bc117a918b991dbc5719966
parentde6449f259790739b922c17f2ed1421e694e0d83
io_uring/io-wq: pass io_wq to io_get_next_work()

The only caller has already determined this pointer, so let's skip
the redundant dereference.

Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
Link: https://lore.kernel.org/r/20250128133927.3989681-7-max.kellermann@ionos.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io-wq.c