aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slub.c')
-rw-r--r--mm/slub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slub.c b/mm/slub.c
index 4982fb5c91d..8f687575d31 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -3084,7 +3084,7 @@ static int kmem_cache_open(struct kmem_cache *s,
3084 * 3084 *
3085 * A) The number of objects from per cpu partial slabs dumped to the 3085 * A) The number of objects from per cpu partial slabs dumped to the
3086 * per node list when we reach the limit. 3086 * per node list when we reach the limit.
3087 * B) The number of objects in partial partial slabs to extract from the 3087 * B) The number of objects in cpu partial slabs to extract from the
3088 * per node list when we run out of per cpu objects. We only fetch 50% 3088 * per node list when we run out of per cpu objects. We only fetch 50%
3089 * to keep some capacity around for frees. 3089 * to keep some capacity around for frees.
3090 */ 3090 */