commit | 21698274da5b6fc724b005bc7ec3e6b9fbcfaa06 | [log] [tgz] |
---|---|---|
author | Hao Xu <haoxu@linux.alibaba.com> | Thu Aug 05 18:05:38 2021 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Aug 06 08:28:18 2021 -0600 |
tree | 5d721629d54c549b8f4d3a5a0fb97c45be228108 | |
parent | 3d4e4face9c1548752a2891e98b38b100feee336 [diff] |
io-wq: fix lack of acct->nr_workers < acct->max_workers judgement There should be this judgement before we create an io-worker Fixes: 685fe7feedb9 ("io-wq: eliminate the need for a manager thread") Signed-off-by: Hao Xu <haoxu@linux.alibaba.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>