From: Oleg Nesterov Date: Wed, 30 Apr 2008 07:52:58 +0000 (-0700) Subject: signals: cleanup the usage of print_fatal_signal() X-Git-Tag: v2.6.26-rc1~282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dce81bff28dceb2153c901883a56f278d91db65;p=pandora-kernel.git signals: cleanup the usage of print_fatal_signal() Move the callsite of print_fatal_signal() down, under "if (sig_kernel_coredump(signr))", so we don't need to check signr != SIGKILL. We are only interested in the sig_kernel_coredump() signals anyway, and due to the previous changes we almost never can see other fatal signals here except SIGKILL. Signed-off-by: Oleg Nesterov Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed