Re: [PATCH 2/2] cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem
From: Tejun Heo <tj@kernel.org>
Date: 2021-09-13 18:06:41
Also in:
lkml
From: Tejun Heo <tj@kernel.org>
Date: 2021-09-13 18:06:41
Also in:
lkml
On Thu, Sep 09, 2021 at 10:42:56PM -0400, Waiman Long wrote:
Since commit 1243dc518c9d ("cgroup/cpuset: Convert cpuset_mutex to
percpu_rwsem"), cpuset_mutex has been replaced by cpuset_rwsem which is
a percpu rwsem. However, the comments in kernel/cgroup/cpuset.c still
reference cpuset_mutex which are now incorrect.
Change all the references of cpuset_mutex to cpuset_rwsem.
Fixes: 1243dc518c9d ("cgroup/cpuset: Convert cpuset_mutex to percpu_rwsem")
Signed-off-by: Waiman Long <longman@redhat.com>Applied to cgroup/for-5.15-fixes. Thanks. -- tejun