From: Oleg Nesterov Date: Fri, 25 Jul 2008 08:47:31 +0000 (-0700) Subject: signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check X-Git-Tag: v2.6.27-rc1~355 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b201a9eddf509e8e935b45e573648e36f4b623f;p=pandora-kernel.git signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check fae5fa44f1fd079ffbed8e0add929dd7bbd1347f changed do_signal_stop() to check SIGNAL_UNKILLABLE, this wasn't needed. If signal_group_exit() == F, the signal sent to SIGNAL_UNKILLABLE task must be already filtered out by the caller, get_signal_to_deliver(). And if signal_group_exit() == T we are not going to stop. Signed-off-by: Oleg Nesterov Acked-by: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed