cgroup: reorder cgroup_migrate()'s parameters
authorTejun Heo <tj@kernel.org>
Fri, 11 Sep 2015 19:00:20 +0000 (15:00 -0400)
committerTejun Heo <tj@kernel.org>
Tue, 22 Sep 2015 16:46:53 +0000 (12:46 -0400)
commit9af2ec45c2d323d5ce35b431bb150c0eb567f19a
tree41dfc78fa210fde6670aa2ad956aa553b402846f
parent4530eddb59494b89650d6bcd980fc7f7717ad80c
cgroup: reorder cgroup_migrate()'s parameters

cgroup_migrate() has the destination cgroup as the first parameter
while cgroup_task_migrate() has the destination cset as the last.
Another migration function is scheduled to be added which can make the
discrepancy further stand out.  Let's reorder cgroup_migrate()'s
parameters so that the destination cgroup is the last.

This doesn't cause any functional difference.

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