io-wq: Move wq accounting to io_wq
authorGabriel Krisman Bertazi <krisman@suse.de>
Wed, 22 Mar 2023 01:16:27 +0000 (22:16 -0300)
committerJens Axboe <axboe@kernel.dk>
Mon, 3 Apr 2023 13:16:14 +0000 (07:16 -0600)
commitdfd63baf892c016dd0c8c6e99d0973459aabe554
treec7c80d287c5c033d37a7fe6583c3280e6d3e27ea
parentfcb46c0ccc7c07af54f818fd498e461353ea50e7
io-wq: Move wq accounting to io_wq

Since we now have a single io_wqe per io_wq instead of per-node, and in
preparation to its removal, move the accounting into the parent
structure.

Signed-off-by: Gabriel Krisman Bertazi <krisman@suse.de>
Link: https://lore.kernel.org/r/20230322011628.23359-2-krisman@suse.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io-wq.c