mm: add large_rmappable page flag
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 16 Aug 2023 15:11:56 +0000 (16:11 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 21 Aug 2023 21:28:44 +0000 (14:28 -0700)
commitde53c05f2ae3d47d30db58e9c4e54e3bbc868377
tree6ffd037a95b93907bb1d8e01e3a2d995f545b061
parent9c5ccf2db04b8d7c3df363fdd4856c2b79ab2c6a
mm: add large_rmappable page flag

Stored in the first tail page's flags, this flag replaces the destructor.
That removes the last of the destructors, so remove all references to
folio_dtor and compound_dtor.

Link: https://lkml.kernel.org/r/20230816151201.3655946-9-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: David Hildenbrand <david@redhat.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Cc: Yanteng Si <siyanteng@loongson.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/admin-guide/kdump/vmcoreinfo.rst
include/linux/mm.h
include/linux/mm_types.h
include/linux/page-flags.h
kernel/crash_core.c
mm/huge_memory.c
mm/internal.h
mm/page_alloc.c