On Tue, Jun 22, 2021 at 01:15:46PM +0100, Matthew Wilcox (Oracle) wrote: > +static inline > +struct folio *__alloc_folio_node(gfp_t gfp, unsigned int order, int nid) Weirdo prototype formatting. Otherwise looks good (assuming we grow callers): Reviewed-by: Christoph Hellwig <hch@xxxxxx>