aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/vmscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c
index 64e438898832..fbb9f6bdad6e 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -1088,7 +1088,7 @@ static unsigned long shrink_inactive_list(unsigned long max_scan,
1088 int lumpy_reclaim = 0; 1088 int lumpy_reclaim = 0;
1089 1089
1090 while (unlikely(too_many_isolated(zone, file, sc))) { 1090 while (unlikely(too_many_isolated(zone, file, sc))) {
1091 congestion_wait(WRITE, HZ/10); 1091 congestion_wait(BLK_RW_ASYNC, HZ/10);
1092 1092
1093 /* We are about to die and free our memory. Return now. */ 1093 /* We are about to die and free our memory. Return now. */
1094 if (fatal_signal_pending(current)) 1094 if (fatal_signal_pending(current))