Skip to content
Commit 13cc9ee8 authored by Waiman Long's avatar Waiman Long Committed by Tejun Heo
Browse files

cgroup: Fix incorrect css_set_rwsem reference in comment



Since commit f0d9a5f1 ("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: default avatarWaiman Long <longman@redhat.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 1ca0b605
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment