Re: [PATCH v6 17/26] memremap: Add is_devdax_page() and is_fsdax_page() helpers

2025-01-13 Thread Dan Williams
Alistair Popple wrote: > Add helpers to determine if a page or folio is a devdax or fsdax page > or folio. > > Signed-off-by: Alistair Popple > Acked-by: David Hildenbrand > > --- > > Changes for v5: > - Renamed is_device_dax_page() to is_devdax_page() for consistency. > --- > include/linux/

[PATCH v6 17/26] memremap: Add is_devdax_page() and is_fsdax_page() helpers

2025-01-09 Thread Alistair Popple
Add helpers to determine if a page or folio is a devdax or fsdax page or folio. Signed-off-by: Alistair Popple Acked-by: David Hildenbrand --- Changes for v5: - Renamed is_device_dax_page() to is_devdax_page() for consistency. --- include/linux/memremap.h | 22 ++ 1 file