Re: [RFC PATCH v4 8/9] slub: Rename all *unfreeze_partials* functions to *put_partials*

From: Vlastimil Babka
Date: Wed Nov 01 2023 - 09:41:05 EST


On 10/31/23 15:07, chengming.zhou@xxxxxxxxx wrote:
> From: Chengming Zhou <zhouchengming@xxxxxxxxxxxxx>
>
> Since all partial slabs on the CPU partial list are not frozen anymore,
> we don't unfreeze when moving cpu partial slabs to node partial list,
> it's better to rename these functions.
>
> Signed-off-by: Chengming Zhou <zhouchengming@xxxxxxxxxxxxx>

Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>

However I think put_partials_node() is not the best name as it's not
something specific to a single node. I think __put_partials() would be
better.