mm/memcg: Remove 'page' parameter to mem_cgroup_charge_statistics()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 29 Apr 2021 17:40:11 +0000 (13:40 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 27 Sep 2021 13:27:31 +0000 (09:27 -0400)
commit6e0110c247c8794a16573d1e238f92489cc27c8a
tree902dae9e29c314fe6259d5ec7c4506ea62e64152
parent874fd90cafdca9d678bceb88f91322af8c9a9d2d
mm/memcg: Remove 'page' parameter to mem_cgroup_charge_statistics()

The last use of 'page' was removed by commit 468c398233da ("mm:
memcontrol: switch to native NR_ANON_THPS counter"), so we can now remove
the parameter from the function.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Reviewed-by: David Howells <dhowells@redhat.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
mm/memcontrol.c