Re: [PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
From: Chris Li
Date: Fri Jul 18 2025 - 13:48:03 EST
On Thu, Jul 17, 2025 at 7:42 PM Ye Liu <ye.liu@xxxxxxxxx> wrote:
>
> From: Ye Liu <liuye@xxxxxxxxxx>
>
> Replace repeated (20 - PAGE_SHIFT) calculations with standard macros:
> - MB_TO_PAGES(mb) converts MB to page count
> - PAGES_TO_MB(pages) converts pages to MB
>
> No functional change.
Thanks for doing this.
Acked-by: Chris Li <chrisl@xxxxxxxxxx>
Chris