Re: [RFC][PATCH v2 7/7] Do not recompute msgmni anymore if explicitely set by user

2008-02-05 Thread Nadia Derbey
Yasunori Goto wrote: Thanks Nadia-san. I tested this patch set on my box. It works well. I have only one comment. --- ipc/ipc_sysctl.c | 43 +-- 1 file changed, 41 insertions(+), 2 deletions(-) Index: linux-2.6.24/ipc/ipc_sysctl.c ===

Re: [RFC][PATCH v2 7/7] Do not recompute msgmni anymore if explicitely set by user

2008-02-05 Thread Yasunori Goto
Thanks Nadia-san. I tested this patch set on my box. It works well. I have only one comment. > --- > ipc/ipc_sysctl.c | 43 +-- > 1 file changed, 41 insertions(+), 2 deletions(-) > > Index: linux-2.6.24/ipc/ipc_sysctl.c > ==

[RFC][PATCH v2 7/7] Do not recompute msgmni anymore if explicitely set by user

2008-01-31 Thread Nadia . Derbey
[PATCH 07/07] This patch makes msgmni not recomputed anymore upon ipc namespace creation / removal or memory add/remove, as soon as it has been set from userland. As soon as msgmni is explicitely set via procfs or sysctl(), the associated callback routine is unregistered from the ipc namespace no