linux/arch/um
Eric W. Biederman ab521dc0f8 [PATCH] tty: update the tty layer to work with struct pid
Of kernel subsystems that work with pids the tty layer is probably the largest
consumer.  But it has the nice virtue that the assiation with a session only
lasts until the session leader exits.  Which means that no reference counting
is required.  So using struct pid winds up being a simple optimization to
avoid hash table lookups.

In the long term the use of pid_nr also ensures that when we have multiple pid
spaces mixed everything will work correctly.

Signed-off-by: Eric W. Biederman <eric@maxwell.lnxi.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-12 09:48:32 -08:00
..
drivers [PATCH] tty: update the tty layer to work with struct pid 2007-02-12 09:48:32 -08:00
include [PATCH] uml: x86_64 thread fixes 2007-02-11 10:51:24 -08:00
kernel [PATCH] uml: x86_64 ptrace fixes 2007-02-11 10:51:24 -08:00
os-Linux [PATCH] uml: x86_64 thread fixes 2007-02-11 10:51:24 -08:00
scripts
sys-i386
sys-ia64
sys-ppc
sys-x86_64 [PATCH] uml: x86_64 ptrace fixes 2007-02-11 10:51:24 -08:00
Kconfig [PATCH] sort the devres mess out 2007-02-11 11:18:07 -08:00
Kconfig.char
Kconfig.debug
Kconfig.i386
Kconfig.net
Kconfig.scsi
Kconfig.x86_64
Makefile
Makefile-i386
Makefile-ia64
Makefile-os-Linux
Makefile-ppc
Makefile-skas
Makefile-tt
Makefile-x86_64
config.release
defconfig