Re: [PATCH v2 1/2] mm: vmalloc: streamline vmalloc memory accounting

From: Roman Gushchin

Date: Mon Feb 23 2026 - 14:23:05 EST


Johannes Weiner <hannes@xxxxxxxxxxx> writes:

> Use a vmstat counter instead of a custom, open-coded atomic. This has
> the added benefit of making the data available per-node, and prepares
> for cleaning up the memcg accounting as well.
>
> Acked-by: Shakeel Butt <shakeel.butt@xxxxxxxxx>
> Signed-off-by: Johannes Weiner <hannes@xxxxxxxxxxx>

Reviewed-by: Roman Gushchin <roman.gushchin@xxxxxxxxx>

Thanks!