Re: [PATCH] cgroup/cpuset: no need to explicitly init a global static variable

From: Tejun Heo
Date: Wed Jan 04 2023 - 17:22:49 EST


On Tue, Dec 20, 2022 at 04:14:15PM +0100, Daniel Vacek wrote:
> cpuset_rwsem is a static variable. It's initialized at build time and so
> there's no need for explicit runtime init leaking one percpu int.
>
> Signed-off-by: Daniel Vacek <neelx@xxxxxxxxxx>

Applied to cgroup/for-6.2-fixes with the following description:

cgroup/cpuset: no need to explicitly init a global static variable

cpuset_rwsem is a static variable defined with DEFINE_STATIC_PERCPU_RWSEM().
It's initialized at build time and so there's no need for explicit runtime
init leaking one percpu int.

Signed-off-by: Daniel Vacek <neelx@xxxxxxxxxx>
Reviewed-by: Aaron Tomlin <atomlin@xxxxxxxxxxx>
Acked-by: Mukesh Ojha <quic_mojha@xxxxxxxxxxx>
Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>

Thanks.

--
tejun