From: Roland McGrath Date: Fri, 18 Apr 2008 01:44:38 +0000 (-0700) Subject: ptrace_signal subroutine X-Git-Tag: v2.6.26-rc1~1160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18c98b65279c00c3c983a4525161207f1aa6a04b;p=pandora-kernel.git ptrace_signal subroutine This breaks out the ptrace handling from get_signal_to_deliver into a new subroutine. The actual code there doesn't change, and it gets inlined into nearly identical compiled code. This makes the function substantially shorter and thus easier to read, and it nicely isolates the ptrace magic. Signed-off-by: Roland McGrath Acked-by: Kyle McMartin Cc: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed