]> git.baikalelectronics.ru Git - kernel.git/commit
slab: Common definition for the array of kmalloc caches
authorChristoph Lameter <cl@linux.com>
Thu, 10 Jan 2013 19:12:17 +0000 (19:12 +0000)
committerPekka Enberg <penberg@kernel.org>
Fri, 1 Feb 2013 10:32:07 +0000 (12:32 +0200)
commit5792773f4b15100046c1da3cc7ad461a49874a66
tree1158c67347c53ed09cd289687abf02a5c986daee
parent92195db2292d7980db72d31a57ce948fcb092a0e
slab: Common definition for the array of kmalloc caches

Have a common definition fo the kmalloc cache arrays in
SLAB and SLUB

Acked-by: Glauber Costa <glommer@parallels.com>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
include/linux/slab.h
include/linux/slab_def.h
include/linux/slub_def.h
mm/slab.c
mm/slab_common.c
mm/slub.c