cgroup: Fix incorrect css_set_rwsem reference in comment
authorWaiman Long <longman@redhat.com>
Thu, 12 Oct 2023 17:09:02 +0000 (13:09 -0400)
committerTejun Heo <tj@kernel.org>
Thu, 12 Oct 2023 17:22:56 +0000 (07:22 -1000)
commit13cc9ee8f8ed58e563294d87d74a62006be40f21
tree6f03e6172208de360c58d9eedbd92e1d760e9dcb
parent1ca0b605150501b7dc59f3016271da4eb3e96fce
cgroup: Fix incorrect css_set_rwsem reference in comment

Since commit f0d9a5f17575 ("cgroup: make css_set_rwsem a spinlock
and rename it to css_set_lock"), css_set_rwsem has been replaced by
css_set_lock. That commit, however, missed the css_set_rwsem reference
in include/linux/cgroup-defs.h. Fix that by changing it to css_set_lock
as well.

Signed-off-by: Waiman Long <longman@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/cgroup-defs.h