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.
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.