diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/page_alloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index ad3d0202cdef..e0e84924171b 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -976,6 +976,7 @@ rebalance: | |||
976 | cond_resched(); | 976 | cond_resched(); |
977 | 977 | ||
978 | /* We now go into synchronous reclaim */ | 978 | /* We now go into synchronous reclaim */ |
979 | cpuset_memory_pressure_bump(); | ||
979 | p->flags |= PF_MEMALLOC; | 980 | p->flags |= PF_MEMALLOC; |
980 | reclaim_state.reclaimed_slab = 0; | 981 | reclaim_state.reclaimed_slab = 0; |
981 | p->reclaim_state = &reclaim_state; | 982 | p->reclaim_state = &reclaim_state; |