The quilt patch titled Subject: mm-page_alloc-cache-the-result-of-node_dirty_ok-fix has been removed from the -mm tree. Its filename was mm-page_alloc-cache-the-result-of-node_dirty_ok-fix.patch This patch was dropped because it was folded into mm-page_alloc-cache-the-result-of-node_dirty_ok.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-page_alloc-cache-the-result-of-node_dirty_ok-fix rename last_pgdat_dirty_limit to last_pgdat_dirty_ok Cc: Wonhyuk Yang <vvghjk1234@xxxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx> Cc: Ohhoon Kwon <ohkwon1043@xxxxxxxxx> Cc: JaeSang Yoo <jsyoo5b@xxxxxxxxx> Cc: Jiyoup Kim <lakroforce@xxxxxxxxx> Cc: Donghyeok Kim <dthex5d@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/mm/page_alloc.c~mm-page_alloc-cache-the-result-of-node_dirty_ok-fix +++ a/mm/page_alloc.c @@ -4022,7 +4022,7 @@ get_page_from_freelist(gfp_t gfp_mask, u struct zoneref *z; struct zone *zone; struct pglist_data *last_pgdat = NULL; - bool last_pgdat_dirty_limit = false; + bool last_pgdat_dirty_ok = false; bool no_fallback; retry: @@ -4063,10 +4063,10 @@ retry: if (ac->spread_dirty_pages) { if (last_pgdat != zone->zone_pgdat) { last_pgdat = zone->zone_pgdat; - last_pgdat_dirty_limit = node_dirty_ok(zone->zone_pgdat); + last_pgdat_dirty_ok = node_dirty_ok(zone->zone_pgdat); } - if (!last_pgdat_dirty_limit) + if (!last_pgdat_dirty_ok) continue; } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-page_alloc-cache-the-result-of-node_dirty_ok.patch mm-check-against-orig_pte-for-finish_fault-fix-checkpatch-fixes.patch mm-hugetlb-only-drop-uffd-wp-special-pte-if-required-fix-fix.patch kfence-enable-check-kfence-canary-on-panic-via-boot-param-fix.patch lib-kstrtoxc-add-false-true-support-to-kstrtobool-fix.patch mm-vmscan-not-necessary-to-re-init-the-list-for-each-iteration-fix.patch mm-make-minimum-slab-alignment-a-runtime-property-fix.patch proc-fix-dentry-inode-overinstantiating-under-proc-pid-net-checkpatch-fixes.patch linux-next-rejects.patch linux-next-git-rejects.patch mm-oom_killc-fix-vm_oom_kill_table-ifdeffery.patch