mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
Merge tag 'v4.4.161' into linux-linaro-lsk-v4.4
This is the 4.4.161 stable release
This commit is contained in:
@@ -4081,7 +4081,11 @@ int cgroup_transfer_tasks(struct cgroup *to, struct cgroup *from)
|
||||
*/
|
||||
do {
|
||||
css_task_iter_start(&from->self, &it);
|
||||
task = css_task_iter_next(&it);
|
||||
|
||||
do {
|
||||
task = css_task_iter_next(&it);
|
||||
} while (task && (task->flags & PF_EXITING));
|
||||
|
||||
if (task)
|
||||
get_task_struct(task);
|
||||
css_task_iter_end(&it);
|
||||
|
||||
Reference in New Issue
Block a user