* [merged mm-stable] mm-page_alloc-fix-a-typo-in-comment-about-gfp-flag.patch removed from -mm tree
@ 2024-06-29 2:30 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2024-06-29 2:30 UTC (permalink / raw)
To: mm-commits, rppt, richard.weiyang, akpm
The quilt patch titled
Subject: mm/page_alloc: fix a typo in comment about GFP flag
has been removed from the -mm tree. Its filename was
mm-page_alloc-fix-a-typo-in-comment-about-gfp-flag.patch
This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Wei Yang <richard.weiyang@gmail.com>
Subject: mm/page_alloc: fix a typo in comment about GFP flag
Date: Wed, 19 Jun 2024 01:06:11 +0000
The GFP flags used to choose the zonelist is __GFP_THISNODE.
Let's change it to what exactly it should be.
Link: https://lkml.kernel.org/r/20240619010612.20740-3-richard.weiyang@gmail.com
Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
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-fix-a-typo-in-comment-about-gfp-flag
+++ a/mm/page_alloc.c
@@ -5241,7 +5241,7 @@ static void build_zonelists_in_node_orde
}
/*
- * Build gfp_thisnode zonelists
+ * Build __GFP_THISNODE zonelists
*/
static void build_thisnode_zonelists(pg_data_t *pgdat)
{
_
Patches currently in -mm which might be from richard.weiyang@gmail.com are
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-06-29 2:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-29 2:30 [merged mm-stable] mm-page_alloc-fix-a-typo-in-comment-about-gfp-flag.patch removed from -mm tree Andrew Morton
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.