You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
io-wq: fix max-workers not correctly set on multi-node system
In io-wq.c:io_wq_max_workers(), new_count[] was changed right after each
node's value was set. This caused the following node getting the setting
of the previous one.
Returned values are copied from node 0.
Fixes: 2e48005 ("io-wq: provide a way to limit max number of workers")
Signed-off-by: Beld Zhang <[email protected]>
[axboe: minor fixups]
Signed-off-by: Jens Axboe <[email protected]>
0 commit comments