diff options
Diffstat (limited to 'include/linux/pid.h')
-rw-r--r-- | include/linux/pid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pid.h b/include/linux/pid.h index 0dc940f4be46..16644cceb946 100644 --- a/include/linux/pid.h +++ b/include/linux/pid.h | |||
@@ -125,6 +125,7 @@ extern struct pid *find_ge_pid(int nr, struct pid_namespace *); | |||
125 | 125 | ||
126 | extern struct pid *alloc_pid(struct pid_namespace *ns); | 126 | extern struct pid *alloc_pid(struct pid_namespace *ns); |
127 | extern void FASTCALL(free_pid(struct pid *pid)); | 127 | extern void FASTCALL(free_pid(struct pid *pid)); |
128 | extern void zap_pid_ns_processes(struct pid_namespace *pid_ns); | ||
128 | 129 | ||
129 | /* | 130 | /* |
130 | * the helpers to get the pid's id seen from different namespaces | 131 | * the helpers to get the pid's id seen from different namespaces |