[Devel] Re: [PATCH 1/6] IPC namespace core
Andrew Morton
akpm at osdl.org
Fri Jun 9 11:38:02 PDT 2006
On Fri, 09 Jun 2006 19:01:38 +0400
Kirill Korotaev <dev at openvz.org> wrote:
> --- ./include/linux/init_task.h.ipcns 2006-06-06 14:47:58.000000000 +0400
> +++ ./include/linux/init_task.h 2006-06-08 14:28:23.000000000 +0400
> @@ -73,6 +73,7 @@ extern struct nsproxy init_nsproxy;
> .count = ATOMIC_INIT(1), \
> .nslock = SPIN_LOCK_UNLOCKED, \
> .uts_ns = &init_uts_ns, \
> + .ipc_ns = &init_ipc_ns, \
> .namespace = NULL, \
> }
Not all the new additions here are inside CONFIG_IPC_NS. It'd be nice to
make it so.
More information about the Devel
mailing list