]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite023f2ded1e9ed357c41bbed812a89d9e2013379
tree74350d0b6fc5fe26fab8aeed53db67f957a473f0
parent919b36213e487bac7f65202c264a4ce8f0c6f160
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