Re: [PATCH v14 040/138] mm/memcg: Convert mem_cgroup_charge() to take a folio
From: David Howells <dhowells@redhat.com>
Date: 2021-08-10 20:21:49
Also in:
linux-fsdevel, linux-mm
From: David Howells <dhowells@redhat.com>
Date: 2021-08-10 20:21:49
Also in:
linux-fsdevel, linux-mm
Matthew Wilcox (Oracle) [off-list ref] wrote:
Convert all callers of mem_cgroup_charge() to call page_folio() on the page they're currently passing in. Many of them will be converted to use folios themselves soon. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Howells <dhowells@redhat.com>