提交 6ac781b1 编写于 作者: O Oleg Nesterov 提交者: Linus Torvalds

[PATCH] reparent_thread: use remove_parent/add_parent

Use remove_parent/add_parent instead of open coding.

No changes in kernel/exit.o
Signed-off-by: NOleg Nesterov <oleg@tv-sign.ru>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 c7c64641
......@@ -555,9 +555,9 @@ static void reparent_thread(task_t *p, task_t *father, int traced)
* anyway, so let go of it.
*/
p->ptrace = 0;
list_del_init(&p->sibling);
remove_parent(p);
p->parent = p->real_parent;
list_add_tail(&p->sibling, &p->parent->children);
add_parent(p);
/* If we'd notified the old parent about this child's death,
* also notify the new parent.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册