]> git.baikalelectronics.ru Git - kernel.git/commit
mm, slab: Rename __cache_alloc() -> slab_alloc()
authorEzequiel Garcia <elezegarcia@gmail.com>
Sat, 8 Sep 2012 20:47:57 +0000 (17:47 -0300)
committerPekka Enberg <penberg@kernel.org>
Tue, 25 Sep 2012 07:18:34 +0000 (10:18 +0300)
commit919b36213e487bac7f65202c264a4ce8f0c6f160
tree3e3eeb7d4daf12e7d68037d6c80518e929221aa4
parent4c2672116ef1736372a9589f185c9aa821c53150
mm, slab: Rename __cache_alloc() -> slab_alloc()

This patch does not fix anything and its only goal is to
produce common code between SLAB and SLUB.

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