[PATCH] cleanup next_tid()
authorOleg Nesterov <oleg@tv-sign.ru>
Mon, 26 Jun 2006 07:26:02 +0000 (00:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:26 +0000 (09:58 -0700)
commitc1df7fb88a011b39ea722ac00975c5b8a803261b
treed3cbbe5bde859897993ceb8969a080ae71166a67
parenta872ff0cb2218dc9688b990c5ccda064dc40946b
[PATCH] cleanup next_tid()

Try to make next_tid() a bit more readable and deletes unnecessary
"pid_alive(pos)" check.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/proc/base.c