Re: [PATCH 02/22] mm: move mm_flags helpers to mm_types.h
From: David Hildenbrand (Arm)
Date: Tue Jul 21 2026 - 11:02:16 EST
On 7/14/26 16:03, Kevin Brodsky wrote:
> Some of the mm_flags helpers are defined in <linux/mm_types.h>,
> while others are defined in <linux/mm.h>. We will soon need to call
> one of the latter helpers from mm_types.h.
>
> Regroup all the helpers in mm_types.h to keep things simple.
>
> Also remove #include's that were added specifically for these
> helpers in mm.h.
>
> Signed-off-by: Kevin Brodsky <kevin.brodsky@xxxxxxx>
> ---
Acked-by: David Hildenbrand (Arm) <david@xxxxxxxxxx>
--
Cheers,
David