]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: remove synchronize_rcu() from rebind_subsystems()
authorLi Zefan <lizefan@huawei.com>
Mon, 14 Jan 2013 09:24:18 +0000 (17:24 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 14 Jan 2013 18:49:39 +0000 (10:49 -0800)
commit223d6ee3bd69a9fab92ffa5e10fa0b9b0a0c988d
treef2a38543101c92653b399520683f91e317617593
parentc6b5a1dcabebb16d2216a0ed91732dc858e0a684
cgroup: remove synchronize_rcu() from rebind_subsystems()

Nothing's protected by RCU in rebind_subsystems(), and I can't think
of a reason why it is needed.

Signed-off-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup.c