commit | dd1d6772692316fe35094085c5e4d9a370ad3462 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Jun 02 11:14:00 2011 +0200 |
committer | Oleg Nesterov <oleg@redhat.com> | Sat Jun 04 18:17:11 2011 +0200 |
tree | d6f2743d96b93ded07d35a0af2cafa6056bfdc74 | |
parent | 62c124ff3bcdb414af635c2bf822c9e4f2a5abfa [diff] |
signal: remove three noop tracehooks Remove the following three noop tracehooks in signals.c. * tracehook_force_sigpending() * tracehook_get_signal() * tracehook_finish_jctl() The code area is about to be updated and these hooks don't do anything other than obfuscating the logic. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Oleg Nesterov <oleg@redhat.com>