cgroup: Remove wrong comment on cgroup_enable_task_cg_list()
authorFrederic Weisbecker <fweisbec@gmail.com>
Wed, 8 Feb 2012 02:37:26 +0000 (03:37 +0100)
committerTejun Heo <tj@kernel.org>
Tue, 21 Feb 2012 17:46:43 +0000 (09:46 -0800)
Remove the stale comment about RCU protection. Many callers
(all of them?) of cgroup_enable_task_cg_list() don't seem
to be in an RCU read side critical section. Besides, RCU is
not helpful to protect against while_each_thread().

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Mandeep Singh Baines <msb@chromium.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

No differences found