Commit 4c21fddc authored by Ingo Molnar's avatar Ingo Molnar Committed by Jens Axboe

[PATCH] exit.c compilation warning fix

I forgot to remove an unused label in the deadlock fix patch.
parent fb530c76
......@@ -567,7 +567,6 @@ static void exit_notify(void)
if (current->exit_signal != -1)
do_notify_parent(current, current->exit_signal);
zap_again:
while (!list_empty(&current->children))
zap_thread(list_entry(current->children.next,struct task_struct,sibling), current, 0);
while (!list_empty(&current->ptrace_children))
......
Markdown is supported
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