Re: [PATCH v8 10/10] mm: Renumber FOLL_PIN and FOLL_GET down

From: David Howells
Date: Tue Jan 24 2023 - 09:13:33 EST


Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:

> On Tue, Jan 24, 2023 at 01:57:08PM +0000, David Howells wrote:
> > [include/linux/mm_types.h]
> > #define PAGE_CLEANUP_UNPIN (1U << 0)
> > #define PAGE_CLEANUP_PUT (1U << 0)
>
> With the latest series we don't need PAGE_CLEANUP_PUT at all.

We will when it comes to skbuffs.

David