Don't signal dead processes in doexit()
authorTormod Volden <debian.tormod@gmail.com>
Sat, 23 May 2015 10:58:42 +0000 (12:58 +0200)
committerAlan Cox <alan@linux.intel.com>
Sat, 23 May 2015 13:03:00 +0000 (14:03 +0100)
commita6de812f00c4ddb785ff178e51fab01d81012f22
tree39fd6295e6a27d362720ee4f8a283a1a96976dc1
parentf5fcb5147af54fa43870d1db7cf77bdf80c41b56
Don't signal dead processes in doexit()

ssig() checks for this later but better check it here
before doing anything else.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/process.c