Re: [PATCH] Consolidate IPC namespace cleanup functions

2007-10-02 Thread Cedric Le Goater
Pavel Emelyanov wrote: > When the IPC namespace is terminated all the IPC objects (i.e. ids) > living in it are freed. This is done in a similar way in X_exit_ns() > functions. All the code can be consolidated, saving 122 bytes when > the NAMESPACES are on. > > This patch must be applied after the

[PATCH] Consolidate IPC namespace cleanup functions

2007-10-02 Thread Pavel Emelyanov
When the IPC namespace is terminated all the IPC objects (i.e. ids) living in it are freed. This is done in a similar way in X_exit_ns() functions. All the code can be consolidated, saving 122 bytes when the NAMESPACES are on. This patch must be applied after the ones with the NAMESPACES config op