Messages in this thread Patch in this message |  | | Date | Wed, 11 Sep 2002 12:19:43 +0200 (CEST) | From | Ingo Molnar <> | Subject | [patch] exit.c compilation fix |
| |
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(¤t->children)) zap_thread(list_entry(current->children.next,struct task_struct,sibling), current, 0); while (!list_empty(¤t->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/
|  |