Re: init's children list is long and slows reaping children.

From: Eric W. Biederman
Date: Mon Apr 09 2007 - 16:02:04 EST


Kyle Moffett <mrmacman_g4@xxxxxxx> writes:

> Maybe "struct posix_process" is more descriptive? "struct process_posix"?
> "Ugly POSIX process semantics data" seems simple enough to stick in a struct
> name. "struct uglyposix_process"?

Nack.

Linux internally doesn't have processes it has tasks with different
properties. Anything that talks about processes will be even more
confusing.

The only thing really wrong with struct signal is that it is easy to
confuse with struct sighand.

Eric
-
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/