From: Matt Fleming Date: Wed, 28 Mar 2012 22:16:31 +0000 (-0700) Subject: sh: no need to reset handler if SA_ONESHOT X-Git-Tag: v3.4-rc1~27^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8368b0e0ca5f38f605066fa0c9ea33bbc191e267;p=pandora-kernel.git sh: no need to reset handler if SA_ONESHOT get_signal_to_deliver() already resets the signal handler if SA_ONESHOT is set in ka->sa.sa_flags, there's no need to do it again in handle_signal(). Furthermore, because we were modifying ka->sa.sa_handler (which is a copy of sighand->action[]) instead of sighand->action[] the original code had no effect on signal delivery. Acked-by: Oleg Nesterov Cc: Paul Mundt Signed-off-by: Matt Fleming Signed-off-by: Andrew Morton Signed-off-by: Paul Mundt --- Reading git-diff-tree failed