Re: [PATCH v14 050/138] mm/workingset: Convert workingset_activation to take a folio
From: Vlastimil Babka <hidden>
Date: 2021-08-11 13:49:59
Also in:
linux-fsdevel, lkml
From: Vlastimil Babka <hidden>
Date: 2021-08-11 13:49:59
Also in:
linux-fsdevel, lkml
On 7/15/21 5:35 AM, Matthew Wilcox (Oracle) wrote:
This function already assumed it was being passed a head page. No real change here, except that thp_nr_pages() compiles away on kernels with THP compiled out while folio_nr_pages() is always present. Also convert page_memcg_rcu() to folio_memcg_rcu(). Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Vlastimil Babka <redacted>