Re: [PATCH v3 09/11] mm: memcontrol: constify the swap accounting helpers

From: Muchun Song

Date: Tue Sep 15 2026 - 22:40:28 EST




> On Sep 16, 2026, at 07:20, Tal Zussman <tz2294@xxxxxxxxxxxx> wrote:
>
> mem_cgroup_get_nr_swap_pages(), mem_cgroup_get_folio_swap_margin(), and
> mem_cgroup_swap_full() only read swap counters and limits. Constify
> them.
>
> Remove externs from function declarations while at it.
>
> Signed-off-by: Tal Zussman <tz2294@xxxxxxxxxxxx>

Acked-by: Muchun Song <muchun.song@xxxxxxxxx>

Thanks.