From: Oleg Nesterov Date: Wed, 17 Oct 2007 06:26:57 +0000 (-0700) Subject: wait_task_zombie: remove unneeded child->signal check X-Git-Tag: v2.6.24-rc1~709 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=407af46a967ffd2f208f0a5fb3f1ff954801494a;p=pandora-kernel.git wait_task_zombie: remove unneeded child->signal check A zombie must have a valid ->signal, we are going to release it and __exit_signal() starts with BUG_ON(!sig). Signed-off-by: Oleg Nesterov Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed