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

From: Christoph Hellwig
Date: Tue Jan 24 2023 - 09:03:24 EST


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.