Re: [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST

From: Alistair Popple
Date: Tue Jun 03 2025 - 23:24:27 EST


On Mon, Jun 02, 2025 at 06:54:27AM +0200, Christoph Hellwig wrote:
> On Thu, May 29, 2025 at 04:32:02PM +1000, Alistair Popple wrote:
> > The PFN_MAP flag is no longer used for anything, so remove it. The
> > PFN_SG_CHAIN and PFN_SG_LAST flags never appear to have been used so
> > also remove them.
> >
> > Signed-off-by: Alistair Popple <apopple@xxxxxxxxxx>
> > Reviewed-by: Christoph Hellwig <hch@xxxxxx>
>
> FYI, unlike the rest of the series that has some non-trivial work
> this feels like a 6.16-rc candidate as it just removes dead code
> and we'd better get that in before a new user or even just a conflict
> sneaks in.

Good idea. I have just sent it as a stand-alone patch.