Re: [PATCH v2 03/16] mm/slab: stop inlining __slab_alloc_node()

From: Suren Baghdasaryan

Date: Sun Jun 14 2026 - 21:33:20 EST


On Thu, Jun 11, 2026 at 8:48 PM Hao Li <hao.li@xxxxxxxxx> wrote:
>
> On Wed, Jun 10, 2026 at 05:40:05PM +0200, Vlastimil Babka (SUSE) wrote:
> > With sheaves, this is no longer part of the allocation fastpath. For
> > the same reason, also mark the call to it from slab_alloc_node() as
> > unlikely().
> >
> > Reviewed-by: Harry Yoo (Oracle) <harry@xxxxxxxxxx>
> > Signed-off-by: Vlastimil Babka (SUSE) <vbabka@xxxxxxxxxx>
> > ---
>
> Reviewed-by: Hao Li <hao.li@xxxxxxxxx>

Reviewed-by: Suren Baghdasaryan <surenb@xxxxxxxxxx>


>
> --
> Thanks,
> Hao