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.