From: Tejun Heo Date: Sun, 7 Apr 2013 16:29:51 +0000 (-0700) Subject: cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~124^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae1bad99e27b8838d480a24edf4646a2fc547df;p=pandora-kernel.git cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all() cgroup_lock_live_group() and cgroup_attach_task() are scheduled to be made static. Relocate the former and cgroup_attach_task_all() so that we don't need forward declarations. This patch is pure relocation. Signed-off-by: Tejun Heo Acked-by: Li Zefan --- Reading git-diff-tree failed