summaryrefslogtreecommitdiffstats
path: root/include/linux/pid_namespace.h
diff options
context:
space:
mode:
authorOleg Nesterov <oleg@tv-sign.ru>2008-10-15 22:04:25 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-10-16 11:21:48 -0700
commit25cbe53ef1cb828ae012f3955a5aa18117114439 (patch)
treef3ab96a8d3f45d95a8ae95efefc3761713858897 /include/linux/pid_namespace.h
parent07edbde508869be63c38c5f2504bd8e8279cc535 (diff)
downloadlinux-25cbe53ef1cb828ae012f3955a5aa18117114439.tar.gz
linux-25cbe53ef1cb828ae012f3955a5aa18117114439.tar.xz
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>
Diffstat (limited to 'include/linux/pid_namespace.h')
-rw-r--r--include/linux/pid_namespace.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/pid_namespace.h b/include/linux/pid_namespace.h
index 1af82c4e17d4..d82fe825d62f 100644
--- a/include/linux/pid_namespace.h
+++ b/include/linux/pid_namespace.h
@@ -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);