aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/vmscan.c')
-rw-r--r--mm/vmscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c
index 0fe8b7113868..981fc84e7434 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -2495,7 +2495,7 @@ static inline bool should_continue_reclaim(struct pglist_data *pgdat,
2495 continue; 2495 continue;
2496 2496
2497 switch (compaction_suitable(zone, sc->order, 0, sc->reclaim_idx)) { 2497 switch (compaction_suitable(zone, sc->order, 0, sc->reclaim_idx)) {
2498 case COMPACT_PARTIAL: 2498 case COMPACT_SUCCESS:
2499 case COMPACT_CONTINUE: 2499 case COMPACT_CONTINUE:
2500 return false; 2500 return false;
2501 default: 2501 default: