| commit | ae6866c377943de73e2c95398ff0120516f167ce | [log] [tgz] |
|---|---|---|
| author | Oleg Nesterov <oleg@tv-sign.ru> | Sun Oct 30 15:03:46 2005 -0800 |
| committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 30 17:37:32 2005 -0800 |
| tree | cd1e6a08f830de244696c5ff60f8309571cf090d | |
| parent | 621d31219d9a788bda924a0613048053f3f5f211 [diff] |
[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 <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>