From: Nadia Derbey Date: Tue, 29 Apr 2008 08:00:40 +0000 (-0700) Subject: ipc: scale msgmni to the number of ipc namespaces X-Git-Tag: v2.6.26-rc1~548 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d89dc6ab2711258bfd12c72d753f3ad56b244e2;p=pandora-kernel.git ipc: scale msgmni to the number of ipc namespaces Since all the namespaces see the same amount of memory (the total one) this patch introduces a new variable that counts the ipc namespaces and divides msg_ctlmni by this counter. Signed-off-by: Nadia Derbey Cc: Yasunori Goto Cc: Matt Helsley Cc: Mingming Cao Cc: Pierre Peiffer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed