aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/slub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/slub.c b/mm/slub.c
index 037a8ca7f7ca..d8b1eee2dd86 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -2253,8 +2253,8 @@ static void unfreeze_partials(struct kmem_cache *s,
2253} 2253}
2254 2254
2255/* 2255/*
2256 * Put a page that was just frozen (in __slab_free) into a partial page 2256 * Put a page that was just frozen (in __slab_free|get_partial_node) into a
2257 * slot if available. 2257 * partial page slot if available.
2258 * 2258 *
2259 * If we did not find a slot then simply move all the partials to the 2259 * If we did not find a slot then simply move all the partials to the
2260 * per node partial list. 2260 * per node partial list.