Add a comment.
This commit is contained in:
parent
bbe9814a5b
commit
37f84a6018
@ -417,6 +417,9 @@ retry:
|
||||
LIST_REMOVE(p, p_hash);
|
||||
sx_xunlock(&allproc_lock);
|
||||
|
||||
/*
|
||||
* Reparent all of our children to init.
|
||||
*/
|
||||
sx_xlock(&proctree_lock);
|
||||
q = LIST_FIRST(&p->p_children);
|
||||
if (q != NULL) /* only need this if any child is S_ZOMB */
|
||||
|
Loading…
x
Reference in New Issue
Block a user