The quilt patch titled Subject: mm-disable-top-tier-fallback-to-reclaim-on-proactive-reclaim-fix has been removed from the -mm tree. Its filename was mm-disable-top-tier-fallback-to-reclaim-on-proactive-reclaim-fix.patch This patch was dropped because it was folded into mm-disable-top-tier-fallback-to-reclaim-on-proactive-reclaim.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-disable-top-tier-fallback-to-reclaim-on-proactive-reclaim-fix Date: Fri Dec 2 01:40:18 PM PST 2022 restore comment layout, per Ying Huang Cc: Greg Thelen <gthelen@xxxxxxxxxx> Cc: "Huang, Ying" <ying.huang@xxxxxxxxx> Cc: Mina Almasry <almasrymina@xxxxxxxxxx> Cc: Shakeel Butt <shakeelb@xxxxxxxxxx> Cc: Tim Chen <tim.c.chen@xxxxxxxxxxxxxxx> Cc: Wei Xu <weixugc@xxxxxxxxxx> Cc: Yang Shi <yang.shi@xxxxxxxxxxxxxxxxx> Cc: Yosry Ahmed <yosryahmed@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmscan.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- a/mm/vmscan.c~mm-disable-top-tier-fallback-to-reclaim-on-proactive-reclaim-fix +++ a/mm/vmscan.c @@ -2088,9 +2088,7 @@ keep: nr_reclaimed += demote_folio_list(&demote_folios, pgdat); /* Folios that could not be demoted are still in @demote_folios */ if (!list_empty(&demote_folios)) { - /* - * Folios which weren't demoted go back on @folio_list. - */ + /* Folios which weren't demoted go back on @folio_list */ list_splice_init(&demote_folios, folio_list); /* _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-disable-top-tier-fallback-to-reclaim-on-proactive-reclaim.patch