--- mm/slub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: slub/mm/slub.c =================================================================== --- slub.orig/mm/slub.c 2007-05-08 09:10:54.000000000 -0700 +++ slub/mm/slub.c 2007-05-08 09:11:15.000000000 -0700 @@ -153,7 +153,7 @@ static inline void ClearSlabDebug(struct * If antifragmentation methods are in effect then increase the * slab sizes to increase performance */ -#define DEFAULT_ANTIFRAG_MAX_ORDER 3 +#define DEFAULT_ANTIFRAG_MAX_ORDER PAGE_ALLOC_COSTLY_ORDER #define DEFAULT_ANTIFRAG_MIN_OBJECTS 16 /*