From: Eric Dumazet Date: Tue, 22 Nov 2011 05:59:09 +0000 (+0100) Subject: slub: fix slub_max_order Documentation X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=25f4379b8c79066c4be0e5995f37f5265733b801;p=linux-beck.git slub: fix slub_max_order Documentation slub_max_order default is 3 (aka PAGE_ALLOC_COSTLY_ORDER), not 1 Acked-by: David Rientjes Acked-by: Christoph Lameter Signed-off-by: Eric Dumazet Signed-off-by: Pekka Enberg --- diff --git a/Documentation/vm/slub.txt b/Documentation/vm/slub.txt index f464f47bc60d..2acdda9601b0 100644 --- a/Documentation/vm/slub.txt +++ b/Documentation/vm/slub.txt @@ -117,7 +117,7 @@ can be influenced by kernel parameters: slub_min_objects=x (default 4) slub_min_order=x (default 0) -slub_max_order=x (default 1) +slub_max_order=x (default 3 (PAGE_ALLOC_COSTLY_ORDER)) slub_min_objects allows to specify how many objects must at least fit into one slab in order for the allocation order to be acceptable.