Re: [PATCH v2 1/3] mm: reuse pageblock_start/end_pfn() macro

From: David Hildenbrand
Date: Wed Sep 07 2022 - 11:24:30 EST


On 07.09.22 08:08, Kefeng Wang wrote:
Move pageblock_start_pfn/pageblock_end_pfn() into pageblock-flags.h,
then they could be used somewhere else, not only in compaction, also
use ALIGN_DOWN() instead of round_down() to be pair with ALIGN(), which
should be same for pageblock usage.


Reviewed-by: David Hildenbrand <david@xxxxxxxxxx>

--
Thanks,

David / dhildenb