From: Tejun Heo Date: Thu, 13 Feb 2014 11:58:41 +0000 (-0500) Subject: cgroup: drop @skip_css from cgroup_taskset_for_each() X-Git-Tag: v3.15-rc1~109^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924f0d9a2078f49ff331bb43196ec5afadc16b8f;p=pandora-kernel.git cgroup: drop @skip_css from cgroup_taskset_for_each() If !NULL, @skip_css makes cgroup_taskset_for_each() skip the matching css. The intention of the interface is to make it easy to skip css's (cgroup_subsys_states) which already match the migration target; however, this is entirely unnecessary as migration taskset doesn't include tasks which are already in the target cgroup. Drop @skip_css from cgroup_taskset_for_each(). Signed-off-by: Tejun Heo Acked-by: Li Zefan Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Cc: Daniel Borkmann --- Reading git-diff-tree failed