Re: [PATCH v14 052/138] mm: Add folio_raw_mapping()

From: Vlastimil Babka
Date: Wed Aug 11 2021 - 09:59:10 EST


On 7/15/21 5:35 AM, Matthew Wilcox (Oracle) wrote:
> Convert __page_rmapping to folio_raw_mapping and move it to mm/internal.h.
> It's only a couple of instructions (load and mask), so it's definitely
> going to be cheaper to inline it than call it. Leave page_rmapping
> out of line.

Maybe mention the page_anon_vma() in changelog too?

> Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>

Acked-by: Vlastimil Babka <vbabka@xxxxxxx>