Re: [PATCH v2 13/22] mm: rejig pageblock mask definitions
From: Vlastimil Babka (SUSE)
Date: Mon May 11 2026 - 14:07:57 EST
On 3/20/26 19:23, Brendan Jackman wrote:
> A later patch will complicate the definition of these masks, this is a
> preparatory patch to make that patch easier to review.
>
> - More masks will be needed, so add a PAGEBLOCK_ prefix to the names
> to avoid polluting the "global namespace" too much.
>
> - This makes MIGRATETYPE_AND_ISO_MASK start to look pretty long. Well,
> that global mask only exists for quite a specific purpose so just drop
> it and take advantage of the newly-defined PAGEBLOCK_ISO_MASK.
>
> Signed-off-by: Brendan Jackman <jackmanb@xxxxxxxxxx>
LGTM. Could be also part of the immediate cleanup series?
Reviewed-by: Vlastimil Babka (SUSE) <vbabka@xxxxxxxxxx>