projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64e0ba3
)
mm/page_alloc: fix a typo in comment about GFP flag
author
Wei Yang
<richard.weiyang@gmail.com>
Wed, 19 Jun 2024 01:06:11 +0000
(
01:06
+0000)
committer
Andrew Morton
<akpm@linux-foundation.org>
Thu, 4 Jul 2024 02:30:19 +0000
(19:30 -0700)
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
patch
|
blob
|
blame
|
history
diff --git
a/mm/page_alloc.c
b/mm/page_alloc.c
index ee3b370f85c58498cabbf699bce3dae7d969bfc3..299d09accf1f86b1e33fb64df509ecf599cbac9e 100644
(file)
--- a/
mm/page_alloc.c
+++ b/
mm/page_alloc.c
@@
-5242,7
+5242,7
@@
static void build_zonelists_in_node_order(pg_data_t *pgdat, int *node_order,
}
/*
- * Build
gfp_thisnode
zonelists
+ * Build
__GFP_THISNODE
zonelists
*/
static void build_thisnode_zonelists(pg_data_t *pgdat)
{