From: Miles Chen Date: Thu, 1 Feb 2018 00:15:47 +0000 (-0800) Subject: slub: remove obsolete comments of put_cpu_partial() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0d2d5d40deb49314b6f701589e1cae3bca3aa94c;p=linux.git slub: remove obsolete comments of put_cpu_partial() Commit d6e0b7fa1186 ("slub: make dead caches discard free slabs immediately") makes put_cpu_partial() run with preemption disabled and interrupts disabled when calling unfreeze_partials(). The comment: "put_cpu_partial() is done without interrupts disabled and without preemption disabled" looks obsolete, so remove it. Link: http://lkml.kernel.org/r/1516968550-1520-1-git-send-email-miles.chen@mediatek.com Signed-off-by: Miles Chen Reviewed-by: Andrew Morton Cc: Christoph Lameter Cc: Pekka Enberg Cc: David Rientjes Cc: Joonsoo Kim Cc: Vladimir Davydov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/slub.c b/mm/slub.c index 733ba32c031b9..693b7074bc53f 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -2222,9 +2222,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.