]> Gentwo Git Trees - linux/.git/commit
mm: remove reference to destructor in comment in calculate_sizes()
authorWilliam Kucharski <william.kucharski@oracle.com>
Tue, 21 Oct 2025 11:00:04 +0000 (05:00 -0600)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 17 Nov 2025 01:28:15 +0000 (17:28 -0800)
commitfe62415c9b0da808dab7507dacff588e329f8ff3
tree8b36e7a11929511c6aa3438ecf07b721b123608b
parent2da6fe91c29c5402ede36bcd286696c227b99020
mm: remove reference to destructor in comment in calculate_sizes()

The commit that removed support for destructors from kmem_cache_alloc()
never removed the comment regarding destructors in the explanation of the
possible relocation of the free pointer in calculate_sizes().

Link: https://lkml.kernel.org/r/20251021110004.2209008-1-william.kucharski@oracle.com
Fixes: 20c2df83d25c ("mm: Remove slab destructors from kmem_cache_create().")
Signed-off-by: William Kucharski <william.kucharski@oracle.com>
Acked-by: Roman Gushchin <roman.gushchin@linux.dev>
Reviewed-by: Christoph Lameter (Ampere) <cl@gentwo.org>
Acked-by: SeongJae Park <sj@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Vlastimil Babka <vbabka@suse.cz>
Cc: Harry Yoo <harry.yoo@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/slub.c