From: Joonsoo Kim Date: Thu, 24 Oct 2013 01:07:49 +0000 (+0900) Subject: slab: use struct page for slab management X-Git-Tag: v3.13-rc1~15^2~3^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8456a648cf44f14365f1f44de90a3da2526a4776;p=pandora-kernel.git slab: use struct page for slab management Now, there are a few field in struct slab, so we can overload these over struct page. This will save some memory and reduce cache footprint. After this change, slabp_cache and slab_size no longer related to a struct slab, so rename them as freelist_cache and freelist_size. These changes are just mechanical ones and there is no functional change. Acked-by: Andi Kleen Acked-by: Christoph Lameter Signed-off-by: Joonsoo Kim Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed