commit | 278b1bb1313664d4999a7f7d47a8a8d964862d02 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Wed Sep 05 00:20:34 2012 +0000 |
committer | Pekka Enberg <penberg@kernel.org> | Wed Sep 05 12:00:36 2012 +0300 |
tree | 65e05bc30338a24fd4afd4c4e8b49b8d3e002218 | |
parent | 96d17b7be0a9849d381442030886211dbb2a7061 [diff] |
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>