diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2023-08-16 16:11:56 +0100 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-08-21 14:28:44 -0700 |
| commit | de53c05f2ae3d47d30db58e9c4e54e3bbc868377 (patch) | |
| tree | 6ffd037a95b93907bb1d8e01e3a2d995f545b061 /kernel | |
| parent | 9c5ccf2db04b8d7c3df363fdd4856c2b79ab2c6a (diff) | |
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/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: Sidhartha Kumar <[email protected]>
Cc: Yanteng Si <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/crash_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/crash_core.c b/kernel/crash_core.c index dd5f87047d06..934dd86e19f5 100644 --- a/kernel/crash_core.c +++ b/kernel/crash_core.c @@ -455,7 +455,6 @@ static int __init crash_save_vmcoreinfo_init(void) VMCOREINFO_OFFSET(page, lru); VMCOREINFO_OFFSET(page, _mapcount); VMCOREINFO_OFFSET(page, private); - VMCOREINFO_OFFSET(folio, _folio_dtor); VMCOREINFO_OFFSET(folio, _folio_order); VMCOREINFO_OFFSET(page, compound_head); VMCOREINFO_OFFSET(pglist_data, node_zones); |