Re: [PATCH v14 081/138] mm: Add folio_evictable()
From: Vlastimil Babka <hidden>
Date: 2021-08-12 17:17:55
Also in:
linux-mm, lkml
From: Vlastimil Babka <hidden>
Date: 2021-08-12 17:17:55
Also in:
linux-mm, lkml
On 7/15/21 5:36 AM, Matthew Wilcox (Oracle) wrote:
This is the folio equivalent of page_evictable(). Unfortunately, it's different from !folio_test_unevictable(), but I think it's used in places where you have to be a VM expert and can reasonably be expected to know the difference. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Vlastimil Babka <redacted>