commit | 84f91c62d675480ffd3d870ee44c07965cbd8b21 | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <laijs@linux.alibaba.com> | Tue Dec 07 15:35:42 2021 +0800 |
committer | Tejun Heo <tj@kernel.org> | Thu Dec 09 12:26:54 2021 -1000 |
tree | 585a176feee7061b5921ba5ee06f9e9a1de6542a | |
parent | 989442d73757868118a73b92732b549a73c9ce35 [diff] |
workqueue: Remove the cacheline_aligned for nr_running nr_running is never modified remotely after the schedule callback in wakeup path is removed. Rather nr_running is often accessed with other fields in the pool together, so the cacheline_aligned for nr_running isn't needed. Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com> Signed-off-by: Tejun Heo <tj@kernel.org>