Re: [PATCH v2 2/6] mm: kmem: cleanup memcg_kmem_uncharge_memcg() arguments

From: Shakeel Butt
Date: Fri Jan 10 2020 - 19:24:06 EST


On Thu, Jan 9, 2020 at 12:27 PM Roman Gushchin <guro@xxxxxx> wrote:
>
> Drop the unused page argument and put the memcg pointer at the first
> place. This make the function consistent with its peers:
> __memcg_kmem_uncharge_memcg(), memcg_kmem_charge_memcg(), etc.
>
> Signed-off-by: Roman Gushchin <guro@xxxxxx>

Why not squash this patch in the previous one?

Reviewed-by: Shakeel Butt <shakeelb@xxxxxxxxxx>