diff options
Diffstat (limited to 'include/linux/pid_namespace.h')
-rw-r--r-- | include/linux/pid_namespace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pid_namespace.h b/include/linux/pid_namespace.h index d10cb5f75c06..aea13ec31aba 100644 --- a/include/linux/pid_namespace.h +++ b/include/linux/pid_namespace.h | |||
@@ -44,7 +44,7 @@ static inline struct pid_namespace *task_active_pid_ns(struct task_struct *tsk) | |||
44 | return tsk->nsproxy->pid_ns; | 44 | return tsk->nsproxy->pid_ns; |
45 | } | 45 | } |
46 | 46 | ||
47 | static inline struct task_struct *child_reaper(struct task_struct *tsk) | 47 | static inline struct task_struct *task_child_reaper(struct task_struct *tsk) |
48 | { | 48 | { |
49 | return init_pid_ns.child_reaper; | 49 | return init_pid_ns.child_reaper; |
50 | } | 50 | } |