diff options
Diffstat (limited to 'mm/compaction.c')
-rw-r--r-- | mm/compaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/compaction.c b/mm/compaction.c index 86687ec1d034..8cd8bfceae41 100644 --- a/mm/compaction.c +++ b/mm/compaction.c @@ -1345,7 +1345,7 @@ static int __compact_finished(struct zone *zone, struct compact_control *cc, * other migratetype buddy lists. */ if (find_suitable_fallback(area, order, migratetype, - true, &can_steal) != -1) + true, cc->order, &can_steal) != -1) return COMPACT_PARTIAL; } |