mm/sl[aou]b: Move kmem_cache allocations into common code
authorChristoph Lameter <cl@linux.com>
Wed, 5 Sep 2012 00:20:34 +0000 (00:20 +0000)
committerPekka Enberg <penberg@kernel.org>
Wed, 5 Sep 2012 09:00:36 +0000 (12:00 +0300)
commit278b1bb1313664d4999a7f7d47a8a8d964862d02
tree65e05bc30338a24fd4afd4c4e8b49b8d3e002218
parent96d17b7be0a9849d381442030886211dbb2a7061
mm/sl[aou]b: Move kmem_cache allocations into common code

Shift the allocations to common code. That way the allocation and
freeing of the kmem_cache structures is handled by common code.

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