]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/memcg: Convert mem_cgroup_move_account() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 1 Mar 2021 21:34:06 +0000 (16:34 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 14 Aug 2021 03:22:32 +0000 (23:22 -0400)
commitca175c98094057fbe6d5448a09710543bfb48c29
treeddaaead488e38413322b6f29c54bedb2d11facdf
parent1dbd272e0a0384600519ff5bed0b0a14293b55eb
mm/memcg: Convert mem_cgroup_move_account() to use a folio

This saves dozens of bytes of text by eliminating a lot of calls to
compound_head().

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