Re: [PATCH] zap_other_threads: remove unneeded ->exit_signal change

2007-04-08 Thread Roland McGrath
I think that's correct. Thanks, Roland - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] zap_other_threads: remove unneeded ->exit_signal change

2007-04-08 Thread Oleg Nesterov
We already depend on fact that all sub-threads have ->exit_signal == -1, no need to set it in zap_other_threads(). Signed-off-by: Oleg Nesterov <[EMAIL PROTECTED]> --- 2.6.21-rc5-mm4/kernel/signal.c~zat 2007-04-07 20:11:14.0 +0400 +++ 2.6.21-rc5-mm4/kernel/signal.c 2007-04-08 22:09: