cgroup: relocate cgroup_enable_task_cg_lists()
authorTejun Heo <tj@kernel.org>
Thu, 13 Feb 2014 11:58:39 +0000 (06:58 -0500)
committerTejun Heo <tj@kernel.org>
Thu, 13 Feb 2014 11:58:39 +0000 (06:58 -0500)
commitafeb0f9fd425239aa477c842480f240bfb6325b3
tree9c13d5f1837c4d99d2ff932c4f13bfc5feadc09a
parent56fde9e01de45bcfabbb444d33e8bdd8388d2da0
cgroup: relocate cgroup_enable_task_cg_lists()

Move it above so that prototype isn't necessary.  Let's also move the
definition of use_task_css_set_links next to it.

This is purely cosmetic.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
kernel/cgroup.c