aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 17d5f539a9aa..7cc3179e3591 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -1569,10 +1569,7 @@ nofail_alloc:
1569 1569
1570 /* We now go into synchronous reclaim */ 1570 /* We now go into synchronous reclaim */
1571 cpuset_memory_pressure_bump(); 1571 cpuset_memory_pressure_bump();
1572 /* 1572
1573 * The task's cpuset might have expanded its set of allowable nodes
1574 */
1575 cpuset_update_task_memory_state();
1576 p->flags |= PF_MEMALLOC; 1573 p->flags |= PF_MEMALLOC;
1577 1574
1578 lockdep_set_current_reclaim_state(gfp_mask); 1575 lockdep_set_current_reclaim_state(gfp_mask);