Re: [PATCH] mm/balloon_compaction: make balloon page compaction callbacks static

From: Muchun Song
Date: Tue Jan 25 2022 - 09:34:45 EST


On Tue, Jan 25, 2022 at 9:29 PM Miaohe Lin <linmiaohe@xxxxxxxxxx> wrote:
>
> Since commit b1123ea6d3b3 ("mm: balloon: use general non-lru movable page
> feature"), these functions are called via balloon_aops callbacks. They're
> not called directly outside this file. So make them static and clean up
> the relevant code.
>
> Signed-off-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>

Reviewed-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>