From: Nadia Derbey Date: Tue, 29 Apr 2008 08:00:43 +0000 (-0700) Subject: ipc: invoke the ipcns notifier chain as a work item X-Git-Tag: v2.6.26-rc1~545 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=424450c1dbe72b6e2637e91108417d7d9580c4c3;p=pandora-kernel.git ipc: invoke the ipcns notifier chain as a work item Make the memory hotplug chain's mutex held for a shorter time: when memory is offlined or onlined a work item is added to the global workqueue. When the work item is run, it notifies the ipcns notifier chain with the IPCNS_MEMCHANGED event. 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