commit | fcce4672c06ad5f6eb9497607ac942490b25d3af | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon Mar 01 16:34:06 2021 -0500 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon Sep 27 09:27:31 2021 -0400 |
tree | 93d5eac7ea4cd6e19da4c7a526405a0bbdea27cf | |
parent | f70ad448741580bf61cdfbeb02229c581409760a [diff] |
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>