dect
/
linux-2.6
Archived
13
0
Fork 0

pid_ns: kill the now unused task_child_reaper()

task_child_reaper() has no callers anymore, kill it.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Acked-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Oleg Nesterov 2008-10-15 22:04:25 -07:00 committed by Linus Torvalds
parent 07edbde508
commit 25cbe53ef1
1 changed files with 0 additions and 6 deletions

View File

@ -84,12 +84,6 @@ static inline struct pid_namespace *task_active_pid_ns(struct task_struct *tsk)
return tsk->nsproxy->pid_ns;
}
static inline struct task_struct *task_child_reaper(struct task_struct *tsk)
{
BUG_ON(tsk != current);
return tsk->nsproxy->pid_ns->child_reaper;
}
void pidhash_init(void);
void pidmap_init(void);