Message ID | 1516968550-1520-1-git-send-email-miles.chen@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/mm/slub.c b/mm/slub.c index cfd56e5a35fb..70447d39de90 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -2220,9 +2220,7 @@ static void unfreeze_partials(struct kmem_cache *s, /* * Put a page that was just frozen (in __slab_free) into a partial page - * slot if available. This is done without interrupts disabled and without - * preemption disabled. The cmpxchg is racy and may put the partial page - * onto a random cpus partial slot. + * slot if available. * * If we did not find a slot then simply move all the partials to the * per node partial list.