aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/vmscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c
index dcd90c891d8e..f756a202d5d5 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -3175,7 +3175,7 @@ static unsigned long balance_pgdat(pg_data_t *pgdat, int order,
3175 */ 3175 */
3176 if (waitqueue_active(&pgdat->pfmemalloc_wait) && 3176 if (waitqueue_active(&pgdat->pfmemalloc_wait) &&
3177 pfmemalloc_watermark_ok(pgdat)) 3177 pfmemalloc_watermark_ok(pgdat))
3178 wake_up(&pgdat->pfmemalloc_wait); 3178 wake_up_all(&pgdat->pfmemalloc_wait);
3179 3179
3180 /* 3180 /*
3181 * Fragmentation may mean that the system cannot be rebalanced 3181 * Fragmentation may mean that the system cannot be rebalanced