[PATCH] restore ->pdeath_signal behaviour
authorOleg Nesterov <oleg@tv-sign.ru>
Sun, 24 Dec 2006 20:30:44 +0000 (23:30 +0300)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sun, 31 Dec 2006 22:41:18 +0000 (14:41 -0800)
commit241ceee0b442c69226fb882d61d9b9785743898f
tree398eb111e2addcc7e5cc1f1c30006b9ec92b7a0e
parent9d572ecbd81b9ff6e6a9bc0d2598212a59eb738a
[PATCH] restore ->pdeath_signal behaviour

Commit b2b2cbc4b2a2f389442549399a993a8306420baf introduced a user-
visible change: ->pdeath_signal is sent only when the entire thread
group exits.

While this change is imho good, it may break things.  So restore the
old behaviour for now.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
To: Albert Cahalan <acahalan@gmail.com>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Andrew Morton <akpm@osdl.org>
Cc: Linus Torvalds <torvalds@osdl.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Qi Yong <qiyong@fc-cn.com>
Cc: Roland McGrath <roland@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/exit.c