From 09b13efc058f24f0db9f7b9e2c867187b06acba7 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Fri, 25 Jul 2008 01:48:34 -0700 Subject: [PATCH] --- yaml --- r: 106006 b: refs/heads/master c: 3ae4eed34be0177a8e003411a84e4ee212adbced h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/pid_namespace.h | 3 +++ trunk/init/main.c | 2 -- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2d9f8e421e99..f44df40278c4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ecb90090c84210a8bd2a9d7a5906e616735873c +refs/heads/master: 3ae4eed34be0177a8e003411a84e4ee212adbced diff --git a/trunk/include/linux/pid_namespace.h b/trunk/include/linux/pid_namespace.h index caff5283d15c..1a49ab5ec7b9 100644 --- a/trunk/include/linux/pid_namespace.h +++ b/trunk/include/linux/pid_namespace.h @@ -85,4 +85,7 @@ static inline struct task_struct *task_child_reaper(struct task_struct *tsk) return tsk->nsproxy->pid_ns->child_reaper; } +void pidhash_init(void); +void pidmap_init(void); + #endif /* _LINUX_PID_NS_H */ diff --git a/trunk/init/main.c b/trunk/init/main.c index 2769dc031c62..0604cbcaf1e4 100644 --- a/trunk/init/main.c +++ b/trunk/init/main.c @@ -87,8 +87,6 @@ extern void init_IRQ(void); extern void fork_init(unsigned long); extern void mca_init(void); extern void sbus_init(void); -extern void pidhash_init(void); -extern void pidmap_init(void); extern void prio_tree_init(void); extern void radix_tree_init(void); extern void free_initmem(void);