commit | ce6a50263d4ddeba1f0d08f16716a82770c03690 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Thu Jan 10 19:14:19 2013 +0000 |
committer | Pekka Enberg <penberg@kernel.org> | Fri Feb 01 12:32:05 2013 +0200 |
tree | 099024fa474177d2e26709de76a211050ee9a4a1 | |
parent | 345046673449b5c35840e5cc34a60059cbec9305 [diff] |
slab: Common kmalloc slab index determination Extract the function to determine the index of the slab within the array of kmalloc caches as well as a function to determine maximum object size from the nr of the kmalloc slab. This is used here only to simplify slub bootstrap but will be used later also for SLAB. Acked-by: Glauber Costa <glommer@parallels.com> Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>