Re: [PATCH v10 33/33] mm: Add folio_mapped

From: Vlastimil Babka
Date: Tue May 18 2021 - 10:18:01 EST


On 5/11/21 11:47 PM, Matthew Wilcox (Oracle) wrote:
> This function is the equivalent of page_mapped(). It is slightly
> shorter as we do not need to handle the PageTail() case. Reimplement
> page_mapped() as a wrapper around folio_mapped().
>
> Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>

Acked-by: Vlastimil Babka <vbabka@xxxxxxx>