Re: [PATCH v2 14/14] mm/page-flags: remove PG_private
From: Steven Rostedt
Date: Tue Sep 01 2026 - 13:58:01 EST
On Tue, 01 Sep 2026 12:01:24 -0400
Zi Yan <ziy@xxxxxxxxxx> wrote:
> No problem.
>
> BTW, the plan is to add PG_folio after this series is picked up by Andrew/David.
> So the new __DEF_PAGEFLAG_NAME() will have no user then and can be deleted.
> It should be fine, right?
Yeah, then we just remove that macro and change the one user of
__DEF_PAGEFLAG_NAME() to DEF_PAGEFLAG_NAME().
It will make that patch even easier ;-)
-- Steve