[PATCH] pid: remove the now unused kill_pg kill_pg_info and __kill_pg_info
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 12 Feb 2007 08:53:02 +0000 (00:53 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Feb 2007 17:48:32 +0000 (09:48 -0800)
commit27b0b2f44adffe0193a695bb528a83b550b8e54b
treefd7578afab2e9fa72e3f157f94c9dd73a8265678
parent9f57a54b6cf3f626334d97e93b5b917ad11e1efc
[PATCH] pid: remove the now unused kill_pg kill_pg_info and __kill_pg_info

Now that I have changed all of the in-tree users remove the old version of
these functions.  This should make it clear to any out of tree users that they
should be using kill_pgrp kill_pgrp_info or __kill_pgrp_info instead.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/sched.h
kernel/signal.c