Re: [PATCH 1/2] filemap: Add a mempolicy argument to filemap_alloc_folio()
From: Vlastimil Babka
Date: Mon Jun 23 2025 - 03:20:24 EST
On 6/20/25 16:34, Matthew Wilcox (Oracle) wrote:
> guest_memfd needs to support memory policies so add an argument
> to filemap_alloc_folio(). All existing users pass NULL, the first
> user will show up later in this series.
>
> Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>
Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>