diff options
author | 2005-10-30 15:02:18 -0800 | |
---|---|---|
committer | 2005-10-30 17:37:19 -0800 | |
commit | 6dd69f1061bfdeca230509b173438e0731bff767 (patch) | |
tree | 66094a2fdf02fd808b0661cc2a26c6ff64d1c590 /kernel/kmod.c | |
parent | [PATCH] kill sigqueue->lock (diff) | |
download | wireguard-linux-6dd69f1061bfdeca230509b173438e0731bff767.tar.xz wireguard-linux-6dd69f1061bfdeca230509b173438e0731bff767.zip |
[PATCH] Unify sys_tkill() and sys_tgkill()
The majority of the sys_tkill() and sys_tgkill() function code is
duplicated between the two of them. This patch pulls the duplication out
into a separate function -- do_tkill() -- and lets sys_tkill() and
sys_tgkill() be simple wrappers around it. This should make it easier to
maintain in light of future changes.
Signed-off-by: Vadim Lobanov <vlobanov@speakeasy.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/kmod.c')
0 files changed, 0 insertions, 0 deletions