From: Christoph Lameter Date: Mon, 14 Apr 2008 16:11:41 +0000 (+0300) Subject: slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTS X-Git-Tag: v2.6.26-rc1~695^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=114e9e89e668ec561c9b0f3dea7bcc8af7c29d21;p=pandora-kernel.git slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTS We can now fallback to order 0 slabs. So set the slub_max_order to PAGE_CACHE_ORDER_COSTLY but keep the slub_min_objects at 4. This will mostly preserve the orders used in 2.6.25. F.e. The 2k kmalloc slab will use order 1 allocs and the 4k kmalloc slab order 2. Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed