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>
Mon, 27 Sep 2021 13:27:31 +0000 (09:27 -0400)
commitfcce4672c06ad5f6eb9497607ac942490b25d3af
tree93d5eac7ea4cd6e19da4c7a526405a0bbdea27cf
parentf70ad448741580bf61cdfbeb02229c581409760a
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