Skip to content
Commit e406d1cf authored by Tejun Heo's avatar Tejun Heo
Browse files

cgroup: reimplement cgroup_transfer_tasks() without using css_scan_tasks()



Reimplement cgroup_transfer_tasks() so that it repeatedly fetches the
first task in the cgroup and then tranfers it.  This achieves the same
result without using css_scan_tasks() which is scheduled to be
removed.

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Acked-by: default avatarLi Zefan <lizefan@huawei.com>
parent 07bc356e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment