From: Frederic Weisbecker Date: Wed, 21 Dec 2011 19:03:18 +0000 (+0100) Subject: cgroup: Remove unnecessary task_lock before fetching css_set on migration X-Git-Tag: v3.3-rc1~148^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c84cdf75ccb2845f690579e838f13f7e744e3d23;p=pandora-kernel.git 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 Reviewed-by: Mandeep Singh Baines Reviewed-by: Li Zefan Signed-off-by: Tejun Heo Cc: Containers Cc: Cgroups Cc: KAMEZAWA Hiroyuki Cc: Oleg Nesterov Cc: Andrew Morton Cc: Paul Menage --- Reading git-diff-tree failed