Re: [PATCH 1/2] filemap: Add a mempolicy argument to filemap_alloc_folio()

2025-06-23 Thread Vlastimil Babka
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) Reviewed-by: Vlastimil Babk

Re: [PATCH 1/2] filemap: Add a mempolicy argument to filemap_alloc_folio()

2025-06-22 Thread Gupta, Pankaj
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) Reviewed-by: Pankaj Gupta --- fs/bcachefs/fs-io-buffered.c | 2 +- fs/btrf

[PATCH 1/2] filemap: Add a mempolicy argument to filemap_alloc_folio()

2025-06-20 Thread Matthew Wilcox (Oracle)
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) --- fs/bcachefs/fs-io-buffered.c | 2 +- fs/btrfs/compression.c | 3 ++- fs/bt