[PATCH 3/5] Move the IPC namespace under the option

2007-10-31 Thread Pavel Emelyanov
Currently all the IPC namespace management code is in ipc/util.c. I moved this code into ipc/namespace.c file which is compiled out when needed. The linux/ipc_namespace.h file is used to store the prototypes of the functions in namespace.c and the stubs for NAMESPACES=n case. This is done so, bec

Re: [PATCH 3/5] Move the IPC namespace under the option

2007-10-01 Thread Cedric Le Goater
Pavel Emelyanov wrote: > Currently all the IPC namespace management code is in > ipc/util.c. I moved this code into ipc/namespace.c file > which is compiled out when needed. > > The linux/ipc_namespace.h file is used to store the > prototypes of the functions in namespace.c and the stubs > for NA

[PATCH 3/5] Move the IPC namespace under the option

2007-10-01 Thread Pavel Emelyanov
Currently all the IPC namespace management code is in ipc/util.c. I moved this code into ipc/namespace.c file which is compiled out when needed. The linux/ipc_namespace.h file is used to store the prototypes of the functions in namespace.c and the stubs for NAMESPACES=n case. This is done so, bec

Re: [PATCH 3/5] Move the IPC namespace under the option

2007-10-01 Thread Pavel Emelyanov
Cedric Le Goater wrote: > Pavel Emelyanov wrote: >> Currently all the IPC namespace management code is in >> ipc/util.c. I moved this code into ipc/namespace.c file >> which is compiled out when needed. >> >> The linux/ipc_namespace.h file is used to store the >> prototypes of the functions in nam

Re: [PATCH 3/5] Move the IPC namespace under the option

2007-09-27 Thread Cedric Le Goater
Pavel Emelyanov wrote: > Currently all the IPC namespace management code is in > ipc/util.c. I moved this code into ipc/namespace.c file > which is compiled out when needed. > > The linux/ipc_namespace.h file is used to store the > prototypes of the functions in namespace.c and the stubs > for NA

[PATCH 3/5] Move the IPC namespace under the option

2007-09-26 Thread Pavel Emelyanov
Currently all the IPC namespace management code is in ipc/util.c. I moved this code into ipc/namespace.c file which is compiled out when needed. The linux/ipc_namespace.h file is used to store the prototypes of the functions in namespace.c and the stubs for NAMESPACES=n case. This is done so, bec