lkml.org 
[lkml]   [2022]   [Apr]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/6] mm/vmscan: use node_is_toptier helper in node_reclaim
Date
We have helpers for a reason.

Signed-off-by: Davidlohr Bueso <dave@stgolabs.net>
---
mm/vmscan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/vmscan.c b/mm/vmscan.c
index 1678802e03e7..cb583fcbf5bf 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -4750,7 +4750,7 @@ int node_reclaim(struct pglist_data *pgdat, gfp_t gfp_mask, unsigned int order)
* over remote processors and spread off node memory allocations
* as wide as possible.
*/
- if (node_state(pgdat->node_id, N_CPU) && pgdat->node_id != numa_node_id())
+ if (node_is_toptier(pgdat->node_id) && pgdat->node_id != numa_node_id())
return NODE_RECLAIM_NOSCAN;

if (test_and_set_bit(PGDAT_RECLAIM_LOCKED, &pgdat->flags))
--
2.26.2
\
 
 \ /
  Last update: 2022-04-16 07:40    [W:0.671 / U:18.668 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site