Commit 25f4379b authored by Eric Dumazet's avatar Eric Dumazet Committed by Pekka Enberg

slub: fix slub_max_order Documentation

slub_max_order default is 3 (aka PAGE_ALLOC_COSTLY_ORDER), not 1
Acked-by: default avatarDavid Rientjes <rientjes@google.com>
Acked-by: default avatarChristoph Lameter <cl@linux.com>
Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
parent 4c493a5a
...@@ -117,7 +117,7 @@ can be influenced by kernel parameters: ...@@ -117,7 +117,7 @@ can be influenced by kernel parameters:
slub_min_objects=x (default 4) slub_min_objects=x (default 4)
slub_min_order=x (default 0) 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 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. into one slab in order for the allocation order to be acceptable.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment