Re: [PATCH v1 1/4] mm: convert FPB_IGNORE_* into FPB_HONOR_*
From: Zi Yan
Date: Mon Jun 30 2025 - 10:40:56 EST
On 27 Jun 2025, at 7:55, David Hildenbrand wrote:
> Honoring these PTE bits is the exception, so let's invert the meaning.
>
> With this change, most callers don't have to pass any flags.
>
> No functional change intended.
>
> Signed-off-by: David Hildenbrand <david@xxxxxxxxxx>
> ---
> mm/internal.h | 16 ++++++++--------
> mm/madvise.c | 3 +--
> mm/memory.c | 11 +++++------
> mm/mempolicy.c | 4 +---
> mm/mlock.c | 3 +--
> mm/mremap.c | 3 +--
> mm/rmap.c | 3 +--
> 7 files changed, 18 insertions(+), 25 deletions(-)
>
LGTM. I assume the callers no longer pass any flags will be converted
to use folio_pte_batch() (no flags) later. I will keep reading.
Reviewed-by: Zi Yan <ziy@xxxxxxxxxx>
Best Regards,
Yan, Zi