slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplug
authorChristoph Lameter <cl@linux.com>
Wed, 25 Aug 2010 19:51:14 +0000 (14:51 -0500)
committerPekka Enberg <penberg@kernel.org>
Sat, 2 Oct 2010 07:24:28 +0000 (10:24 +0300)
Memory hotplug allocates and frees per node structures. Use the correct name.

Acked-by: David Rientjes <rientjes@google.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>

No differences found