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@xxxxxxxxxx> Applied to cgroup/for-5.15-fixes. Thanks. -- tejun