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 b152d44fb18..2381c973d89 100644 --- a/include/linux/pid.h +++ b/include/linux/pid.h @@ -121,6 +121,7 @@ int next_pidmap(struct pid_namespace *pid_ns, unsigned int last);  extern struct pid *alloc_pid(struct pid_namespace *ns);  extern void free_pid(struct pid *pid); +extern void disable_pid_allocation(struct pid_namespace *ns);  /*   * ns_of_pid() returns the pid namespace in which the specified pid was  |