From: Oleg Nesterov Date: Wed, 30 Apr 2008 07:52:59 +0000 (-0700) Subject: signals: fold sig_ignored() into handle_stop_signal() X-Git-Tag: v2.6.26-rc1~281 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e695a5ef5c1c768d7feb75cc61e42f13d763623;p=pandora-kernel.git signals: fold sig_ignored() into handle_stop_signal() Rename handle_stop_signal() to prepare_signal(), make it return a boolean, and move the callsites of sig_ignored() into it. No functional changes for now. But it would be nice to factor out the "should we drop this signal" checks as much as possible, before we try to fix the bugs with the sub-namespace init's signals (actually the global /sbin/init has some problems with signals too). Signed-off-by: Oleg Nesterov Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed