Re: [PATCH v5 2/4] mm/zsmalloc: drop pool->lock from zs_free on 64-bit systems

From: Wenchao Hao

Date: Thu Jun 25 2026 - 03:08:24 EST


On Thu, Jun 25, 2026 at 7:11 AM Barry Song <baohua@xxxxxxxxxx> wrote:
>
> On Thu, Jun 25, 2026 at 6:39 AM Nhat Pham <nphamcs@xxxxxxxxx> wrote:
> [...]
> >
> > get_and_lock_obj_class()? :)
> >
> > or obj_class_get_and_lock()? - there's swap_cluster_get_and_lock() as
> > the precedent.
>
> Nice, that sounds much better to me.
>

Thanks Nhat for the suggestion, obj_class_get_and_lock() works well.
Will send v6 with this rename.

> >
> > Anyway naming is hard.
>
> Best Regards
> Barry