Re: [PATCH v2 41/46] mm/page_alloc: Add folio allocation functions
From: Christoph Hellwig
Date: Wed Jun 23 2021 - 05:58:59 EST
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>