commit | 208c4358dc4a8f0fe99e49eb8d21a869b01e7d34 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Tue Sep 04 23:06:14 2012 +0000 |
committer | Pekka Enberg <penberg@kernel.org> | Wed Sep 05 12:00:35 2012 +0300 |
tree | 96720e634f45fb09dde6098fbe37c718413c464b | |
parent | 79576102afc24fcc6627d7a15691e432d9a2eacb [diff] |
mm/slub: Use kmem_cache for the kmem_cache structure Do not use kmalloc() but kmem_cache_alloc() for the allocation of the kmem_cache structures in slub. Reviewed-by: Glauber Costa <glommer@parallels.com> Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>