On Thu, Jul 17, 2025 at 7:42 PM Ye Liu <ye....@linux.dev> wrote: > > From: Ye Liu <li...@kylinos.cn> > > 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 <chr...@kernel.org> Chris