[patch] exit.c compilation fix

Ingo Molnar (mingo@elte.hu)
Wed, 11 Sep 2002 12:19:43 +0200 (CEST)


minor patch against BK-curr attached, forgot to remove an unused label in
the deadlock fix patch.

Ingo

--- linux/kernel/exit.c.orig Wed Sep 11 12:19:09 2002
+++ linux/kernel/exit.c Wed Sep 11 12:19:16 2002
@@ -567,7 +567,6 @@
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))

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/