Re: [PATCH v10 19/21] mm: Add vmalloc_huge_node()

From: Andrew Morton
Date: Thu Mar 13 2025 - 18:08:20 EST


On Thu, 13 Mar 2025 08:59:24 +0100 Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> wrote:

> >
> > I suppose we can now simplify vmalloc_huge_noprof() to use this:
> >
> > static inline void *vmalloc_huge_noprof(unsigned long size, gfp_t gfp_mask)
> > {
> > return vmalloc_huge_node_noprof(size, gfp_mask, NUMA_NO_NODE);
> > }
>
> Do you want me to stash this into this one or as a follow up?

That would be nice, if you think it makes sense. There is some
duplication here.