• N
    ipc: recompute msgmni on ipc namespace creation/removal · e2c284d8
    Nadia Derbey 提交于
    Introduce a notification mechanism that aims at recomputing msgmni each time
    an ipc namespace is created or removed.
    
    The ipc namespace notifier chain already defined for memory hotplug management
    is used for that purpose too.
    
    Each time a new ipc namespace is allocated or an existing ipc namespace is
    removed, the ipcns notifier chain is notified.  The callback routine for each
    registered ipc namespace is then activated in order to recompute msgmni for
    that namespace.
    Signed-off-by: NNadia Derbey <Nadia.Derbey@bull.net>
    Cc: Yasunori Goto <y-goto@jp.fujitsu.com>
    Cc: Matt Helsley <matthltc@us.ibm.com>
    Cc: Mingming Cao <cmm@us.ibm.com>
    Cc: Pierre Peiffer <pierre.peiffer@bull.net>
    Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
    e2c284d8
ipc_namespace.h 2.1 KB