The quilt patch titled Subject: mm-swap-convert-deactivate_page-to-folio_deactivate-fix has been removed from the -mm tree. Its filename was mm-swap-convert-deactivate_page-to-folio_deactivate-fix.patch This patch was dropped because it was folded into mm-swap-convert-deactivate_page-to-folio_deactivate.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-swap-convert-deactivate_page-to-folio_deactivate-fix Date: Fri Dec 23 09:52:24 AM PST 2022 fix left-over comments, per Yu Zhao Cc: Yu Zhao <yuzhao@xxxxxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: SeongJae Park <sj@xxxxxxxxxx> Cc: "Vishal Moola (Oracle)" <vishal.moola@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/mm/page-writeback.c~mm-swap-convert-deactivate_page-to-folio_deactivate-fix +++ a/mm/page-writeback.c @@ -2846,11 +2846,11 @@ bool folio_mark_dirty(struct folio *foli if (likely(mapping)) { /* - * readahead/lru_deactivate_page could remain + * readahead/folio_deactivate could remain * PG_readahead/PG_reclaim due to race with folio_end_writeback * About readahead, if the folio is written, the flags would be * reset. So no problem. - * About lru_deactivate_page, if the folio is redirtied, + * About folio_deactivate, if the folio is redirtied, * the flag will be reset. So no problem. but if the * folio is used by readahead it will confuse readahead * and make it restart the size rampup process. But it's --- a/mm/vmscan.c~mm-swap-convert-deactivate_page-to-folio_deactivate-fix +++ a/mm/vmscan.c @@ -1920,7 +1920,7 @@ retry: !test_bit(PGDAT_DIRTY, &pgdat->flags))) { /* * Immediately reclaim when written back. - * Similar in principle to deactivate_page() + * Similar in principle to folio_deactivate() * except we already have the folio isolated * and know it's dirty */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-mremap-fix-mremap-expanding-for-vmas-with-vm_ops-close-checkpatch-fixes.patch mm-swap-convert-deactivate_page-to-folio_deactivate.patch mm-uffd-detect-pgtable-allocation-failures-checkpatch-fixes.patch mm-add-folio_add_new_anon_rmap-fix.patch mm-remove-page_evictable-fix.patch error-injection-remove-ei_etype_none-fix.patch hfsplus-remove-unnecessary-variable-initialization-fix.patch scripts-gdb-add-mm-introspection-utils-fix.patch