]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: remove PageKsm()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 2 Oct 2024 15:25:31 +0000 (16:25 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 1 Nov 2024 04:28:56 +0000 (21:28 -0700)
commitf64b835a350a417f18c2795246d0f2ec68931e95
tree02ec6fb54781dc3ccc24ba91226559707f046af3
parentbb7e9fff90d3c1478bb8f48118166d613aafa858
mm: remove PageKsm()

All callers have been converted to use folio_test_ksm() or
PageAnonNotKsm(), so we can remove this wrapper.

Link: https://lkml.kernel.org/r/20241002152533.1350629-6-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: David Hildenbrand <david@redhat.com>
Cc: Alex Shi <alexs@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/page-flags.h
mm/internal.h
mm/ksm.c