commit | bc35f7ef96284b8c963991357a9278a6beafca54 | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <laijs@linux.alibaba.com> | Thu Dec 23 20:31:40 2021 +0800 |
committer | Tejun Heo <tj@kernel.org> | Wed Jan 12 07:46:36 2022 -1000 |
tree | 40b665cfe0a8f6539bcd094aa6d21aa26078320d | |
parent | cc5bff38463e0894dd596befa99f9d6860e15f5e [diff] |
workqueue: Convert the type of pool->nr_running to int It is only modified in associated CPU, so it doesn't need to be atomic. tj: Comment updated. Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com> Signed-off-by: Tejun Heo <tj@kernel.org>