]> err.no Git - linux-2.6/blobdiff - include/linux/pid.h
IPC: make struct ipc_ids static in ipc_namespace
[linux-2.6] / include / linux / pid.h
index e29a900a84992f308ced20ed5ce4e9a4f2685f09..061abb6c0796bb2b648ecb0a79843c7a7da2e6d7 100644 (file)
@@ -118,10 +118,10 @@ extern struct pid *find_pid(int nr);
  */
 extern struct pid *find_get_pid(int nr);
 extern struct pid *find_ge_pid(int nr, struct pid_namespace *);
+int next_pidmap(struct pid_namespace *pid_ns, int last);
 
 extern struct pid *alloc_pid(struct pid_namespace *ns);
 extern void FASTCALL(free_pid(struct pid *pid));
-extern void zap_pid_ns_processes(struct pid_namespace *pid_ns);
 
 /*
  * the helpers to get the pid's id seen from different namespaces