Files
kernel-tenderloin-3.0/kernel
Oleg Nesterov c394cc9fbb [PATCH] introduce TASK_DEAD state
I am not sure about this patch, I am asking Ingo to take a decision.

task_struct->state == EXIT_DEAD is a very special case, to avoid a confusion
it makes sense to introduce a new state, TASK_DEAD, while EXIT_DEAD should
live only in ->exit_state as documented in sched.h.

Note that this state is not visible to user-space, get_task_state() masks off
unsuitable states.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-09-29 09:18:21 -07:00
..
2006-09-29 09:18:07 -07:00
2006-09-11 13:32:30 -04:00
2006-09-29 09:18:12 -07:00
2006-09-29 09:18:12 -07:00
2006-09-29 09:18:21 -07:00
2006-03-26 08:57:03 -08:00
2006-09-29 09:18:15 -07:00
2006-07-03 15:27:04 -07:00
2006-09-29 09:18:12 -07:00
2006-09-29 09:18:06 -07:00
2006-09-29 09:18:21 -07:00
2006-09-29 09:18:15 -07:00
2006-09-29 09:18:12 -07:00
2006-04-19 16:27:18 -07:00
2006-07-10 13:24:25 -07:00