Re: [PATCH 2/3] mm/slub: remove full list manipulation for non-debug slab
From: Christoph Lameter (Ampere)
Date: Wed Jan 17 2024 - 17:44:41 EST
On Wed, 17 Jan 2024, Chengming Zhou wrote:
Since debug slab is processed by free_to_partial_list(), and only debug
slab which has SLAB_STORE_USER flag would care about the full list, we
can remove these unrelated full list manipulations from __slab_free().
Acked-by: Christoph Lameter (Ampere) <cl@xxxxxxxxx>