diff options
-rw-r--r-- | mm/vmscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index 091ab8f88333..3d1365c17868 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c | |||
@@ -2864,7 +2864,7 @@ loop_again: | |||
2864 | * consider it to be no longer congested. It's | 2864 | * consider it to be no longer congested. It's |
2865 | * possible there are dirty pages backed by | 2865 | * possible there are dirty pages backed by |
2866 | * congested BDIs but as pressure is relieved, | 2866 | * congested BDIs but as pressure is relieved, |
2867 | * spectulatively avoid congestion waits | 2867 | * speculatively avoid congestion waits |
2868 | */ | 2868 | */ |
2869 | zone_clear_flag(zone, ZONE_CONGESTED); | 2869 | zone_clear_flag(zone, ZONE_CONGESTED); |
2870 | if (i <= *classzone_idx) | 2870 | if (i <= *classzone_idx) |