[Devel] Re: [RFC][PATCH 2/2] Virtualization of IPC

Serge E. Hallyn serue at us.ibm.com
Mon Mar 27 07:33:26 PST 2006


Quoting Kirill Korotaev (dev at sw.ru):

Thanks for sending the patches.

> +#define msg_ctlmax	(current->ipc_ns->msg_ctlmax)
> +#define msg_ctlmnb	(current->ipc_ns->msg_ctlmnb)
> +#define msg_ctlmni	(current->ipc_ns->msg_ctlmni)

Oh my - woe to the person trying to figure out why

	current->ipc_ns->msg_ctlmax = 20;

isn't compiling.

-serge




More information about the Devel mailing list