[PATCH] wait4() WIFSTOPPED starvation fix #1/2
This patch (#1) just converts the task_struct to use struct list_head rather than direct pointers for maintaining the children list.
Showing
Please register or sign in to comment
This patch (#1) just converts the task_struct to use struct list_head rather than direct pointers for maintaining the children list.