commit | 2b847c3cb4f8565911bd8ce59b8428e635c90594 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <elezegarcia@gmail.com> | Sat Sep 08 17:47:58 2012 -0300 |
committer | Pekka Enberg <penberg@kernel.org> | Tue Sep 25 10:18:37 2012 +0300 |
tree | 74350d0b6fc5fe26fab8aeed53db67f957a473f0 | |
parent | 48356303ff8cce7036f13a23df9119d3f47461ce [diff] |
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>