Re: [PATCH 6/7] workqueue: Remove the cacheline_aligned for nr_running

From: Tejun Heo
Date: Thu Dec 09 2021 - 17:27:29 EST


On Tue, Dec 07, 2021 at 03:35:42PM +0800, Lai Jiangshan wrote:
> From: Lai Jiangshan <laijs@xxxxxxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxxxxxx>

Applied 4-6 to cgroup/for-5.17.

Thanks.

--
tejun