mm, slub: Rename slab_alloc() -> slab_alloc_node() to match SLAB
authorEzequiel Garcia <elezegarcia@gmail.com>
Sat, 8 Sep 2012 20:47:58 +0000 (17:47 -0300)
committerPekka Enberg <penberg@kernel.org>
Tue, 25 Sep 2012 07:18:37 +0000 (10:18 +0300)
commit2b847c3cb4f8565911bd8ce59b8428e635c90594
tree74350d0b6fc5fe26fab8aeed53db67f957a473f0
parent48356303ff8cce7036f13a23df9119d3f47461ce
mm, slub: Rename slab_alloc() -> slab_alloc_node() to match SLAB

This patch does not fix anything, and its only goal is to enable us
to obtain some common code between SLAB and SLUB.
Neither behavior nor produced code is affected.

Cc: Christoph Lameter <cl@linux.com>
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
mm/slub.c