All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-page_alloc-add-a-bulk-page-allocator-fix-fix-fix.patch removed from -mm tree
@ 2021-04-30  5:33 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-04-30  5:33 UTC (permalink / raw)
  To: mgorman, mm-commits, vbabka


The patch titled
     Subject: mm/page_alloc: add a bulk page allocator -fix -fix -fix
has been removed from the -mm tree.  Its filename was
     mm-page_alloc-add-a-bulk-page-allocator-fix-fix-fix.patch

This patch was dropped because it was folded into mm-page_alloc-add-a-bulk-page-allocator.patch

------------------------------------------------------
From: Mel Gorman <mgorman@techsingularity.net>
Subject: mm/page_alloc: add a bulk page allocator -fix -fix -fix

Vlastimil Babka noted that a comment is wrong, fix it.  This is the third
fix to the mmotm patch mm-page_alloc-add-a-bulk-page-allocator.patch.

Link: https://lkml.kernel.org/r/20210412110255.GV3697@techsingularity.net
Signed-off-by: Mel Gorman <mgorman@techsingularity.net>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/page_alloc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/mm/page_alloc.c~mm-page_alloc-add-a-bulk-page-allocator-fix-fix-fix
+++ a/mm/page_alloc.c
@@ -5048,7 +5048,7 @@ unsigned long __alloc_pages_bulk(gfp_t g
 		return 0;
 	gfp = alloc_gfp;
 
-	/* Find an allowed local zone that meets the high watermark. */
+	/* Find an allowed local zone that meets the low watermark. */
 	for_each_zone_zonelist_nodemask(zone, z, ac.zonelist, ac.highest_zoneidx, ac.nodemask) {
 		unsigned long mark;
 
_

Patches currently in -mm which might be from mgorman@techsingularity.net are

mm-page_alloc-rename-alloced-to-allocated.patch
mm-page_alloc-add-a-bulk-page-allocator.patch
mm-page_alloc-add-an-array-based-interface-to-the-bulk-page-allocator.patch
mm-memory_hotplug-make-unpopulated-zones-pcp-structures-unreachable-during-hot-remove.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-30  5:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30  5:33 [folded-merged] mm-page_alloc-add-a-bulk-page-allocator-fix-fix-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.