[PATCH 5/5] Move the PID namespace under the option

2007-10-31 Thread Pavel Emelyanov
For the same reasons as with the IPC namespaces, all the prototypes and stubs go to the pid_namespace.h file. The namespace management code itself is moved to the pid_namespace.c file. The pid_namespace cache is created inside an initcall, i.e. a bit later than the pid hash is initialized. This is

[PATCH 5/5] Move the PID namespace under the option

2007-10-01 Thread Pavel Emelyanov
For the same reasons as with the IPC namespaces, all the prototypes and stuns go to the pid_namespace.h file. The namespace management code itself is moved to the pid_namespace.c file. The pid_namespace cache is created inside an initcall, i.e. a bit later than the pid hash is initialized. This is

[PATCH 5/5] Move the PID namespace under the option

2007-09-26 Thread Pavel Emelyanov
For the same reasons as with the IPC namespaces, all the prototypes and stuns go to the pid_namespace.h file. The namespace management code itself is moved to the pid_namespace.c file. The pid_namespace cache is created inside an initcall, i.e. a bit later than the pid hash is initialized. This is