Re: + fork-allow-init-to-become-a-session-leader.patch added to -mmtree

From: Christoph Lameter
Date: Wed Feb 08 2006 - 18:18:29 EST


On Wed, 8 Feb 2006 akpm@xxxxxxxx wrote:

> + if (unlikely(p->pid == 1)) {
> + p->signal->tty = NULL;
> + p->signal->leader = 1;
> + p->signal->pgrp = 1;
> + p->signal->session = 1;

Would it not be better to do these special settings for init from
init itself?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/