]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: Remove unnecessary task_lock before fetching css_set on migration
authorFrederic Weisbecker <fweisbec@gmail.com>
Wed, 21 Dec 2011 19:03:18 +0000 (20:03 +0100)
committerTejun Heo <tj@kernel.org>
Wed, 21 Dec 2011 19:15:01 +0000 (11:15 -0800)
commit742ff3ae97f908d19bafc60d3f8f0d0164cec976
treea94bd69e84e7996852e1973c75fe11a2b0f1a42d
parent7d48d75296ea82ab8e66be8984551285181578ae
cgroup: Remove unnecessary task_lock before fetching css_set on migration

When we fetch the css_set of the tasks on cgroup migration, we don't need
anymore to synchronize against cgroup_exit() that could swap the old one
with init_css_set. Now that we are using threadgroup_lock() during
the migrations, we don't need to worry about it anymore.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Reviewed-by: Mandeep Singh Baines <msb@chromium.org>
Reviewed-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Containers <containers@lists.linux-foundation.org>
Cc: Cgroups <cgroups@vger.kernel.org>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Paul Menage <paul@paulmenage.org>
kernel/cgroup.c