Re: [PATCH v3 11/11] mm: memcontrol: constify the zswap and socket pressure helpers

From: Muchun Song

Date: Tue Sep 15 2026 - 22:41:23 EST




> On Sep 16, 2026, at 07:20, Tal Zussman <tz2294@xxxxxxxxxxxx> wrote:
>
> mem_cgroup_zswap_writeback_enabled() only reads the zswap_writeback
> flags, and mem_cgroup_get_socket_pressure() only reads the socket
> pressure timestamp. Constify them.
>
> Signed-off-by: Tal Zussman <tz2294@xxxxxxxxxxxx>

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

Thanks.