]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit7279c69b6025887bb91a3474ffa1ff9e9bc05b11
treefd7578afab2e9fa72e3f157f94c9dd73a8265678
parent636172819e2a420417424e6ad88477298dfbd424
[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