cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all()
authorTejun Heo <tj@kernel.org>
Sun, 7 Apr 2013 16:29:51 +0000 (09:29 -0700)
committerTejun Heo <tj@kernel.org>
Sun, 7 Apr 2013 16:29:51 +0000 (09:29 -0700)
commit7ae1bad99e27b8838d480a24edf4646a2fc547df
tree1e18e174b1d1de2e11be2734fb2d60f928ad95cc
parent8cc9934520e7f752fe45d5199664d741ba24a932
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 <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
kernel/cgroup.c