From: Oleg Nesterov Date: Sun, 30 Oct 2005 23:03:46 +0000 (-0800) Subject: [PATCH] remove unneeded SI_TIMER checks X-Git-Tag: v2.6.15-rc1~59^2~15^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae6866c377943de73e2c95398ff0120516f167ce;p=pandora-kernel.git [PATCH] remove unneeded SI_TIMER checks This patch removes checks for ->si_code == SI_TIMER from send_signal, specific_send_sig_info, __group_send_sig_info. I think posix-timers.c used these functions some time ago, now it sends signals via send_{,group_}sigqueue, so these hooks are unneeded. Signed-off-by: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed