]> git.baikalelectronics.ru Git - kernel.git/commit
Get rid of the kill_pgrp_info() function
authorPavel Emelyanov <xemul@openvz.org>
Fri, 8 Feb 2008 12:19:22 +0000 (04:19 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:29 +0000 (09:22 -0800)
commit1314b6e2d4459b5e15e35e827a616e092f0a9a96
treef126c55b34488866ff179717f1b2a0c7cdd5df6b
parent5bd48dbfe85a15ca45acf20b545e359baf294901
Get rid of the kill_pgrp_info() function

There's only one caller left - the kill_pgrp one - so merge these two
functions and forget the kill_pgrp_info one.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Reviewed-by: 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