]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring/io-wq: remove io_wq_for_each_worker() return value
authorJens Axboe <axboe@kernel.dk>
Mon, 5 Jan 2026 18:42:05 +0000 (11:42 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 5 Jan 2026 22:39:20 +0000 (15:39 -0700)
commite4fdbca2dc774366aca6532b57bfcdaae29aaf63
tree506e9dd972a96142827175a043aed77f18ad3031
parente0392a10c9e80a3991855a81317da3039fcbe32c
io_uring/io-wq: remove io_wq_for_each_worker() return value

The only use of this helper is to iterate all of the workers, and
hence all callers will pass in a func that always returns false to do
that. As none of the callers use the return value, get rid of it.

Reviewed-by: Gabriel Krisman Bertazi <krisman@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io-wq.c