]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: remove PageUnevictable
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 21 Aug 2024 19:34:38 +0000 (20:34 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 4 Sep 2024 04:15:44 +0000 (21:15 -0700)
commitcb29e7941d5d57576392a52c08077ef327ec8e17
tree9764772d0a83b269ce14584f92a9346acc17b907
parent32f51ead3d7771cdec29f75e08d50a76d2c6253d
mm: remove PageUnevictable

There is only one caller of PageUnevictable() left; convert it to call
folio_test_unevictable() and remove all the page accessors.

Link: https://lkml.kernel.org/r/20240821193445.2294269-6-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/page-flags.h
mm/huge_memory.c