Re: [PATCH v3 05/16] mm/rmap: convert RMAP flags to a proper distinct rmap_t type

From: Vlastimil Babka
Date: Tue Apr 12 2022 - 05:37:04 EST


On 3/29/22 18:04, David Hildenbrand wrote:
> We want to pass the flags to more than one anon rmap function, getting
> rid of special "do_page_add_anon_rmap()". So let's pass around a distinct
> __bitwise type and refine documentation.
>
> Signed-off-by: David Hildenbrand <david@xxxxxxxxxx>

Acked-by: Vlastimil Babka <vbabka@xxxxxxx>