projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07edbde
)
pid_ns: kill the now unused task_child_reaper()
author
Oleg Nesterov
<
[email protected]
>
Thu, 16 Oct 2008 05:04:25 +0000
(22:04 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 16 Oct 2008 18:21:48 +0000
(11:21 -0700)
task_child_reaper() has no callers anymore, kill it.
Signed-off-by: Oleg Nesterov <
[email protected]
>
Acked-by: Serge Hallyn <
[email protected]
>
Acked-by: Pavel Emelyanov <
[email protected]
>
Acked-by: Sukadev Bhattiprolu <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/pid_namespace.h
patch
|
blob
|
history
diff --git
a/include/linux/pid_namespace.h
b/include/linux/pid_namespace.h
index 1af82c4e17d4e79a14d1854b35fd39ef93bdb649..d82fe825d62f9571fe6412700d854a326f5d8c4c 100644
(file)
--- 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);