diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 5485f0ef4ec..fd86c47de86 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -5690,7 +5690,7 @@ static int __alloc_contig_migrate_range(struct compact_control *cc, | |||
5690 | if (list_empty(&cc->migratepages)) { | 5690 | if (list_empty(&cc->migratepages)) { |
5691 | cc->nr_migratepages = 0; | 5691 | cc->nr_migratepages = 0; |
5692 | pfn = isolate_migratepages_range(cc->zone, cc, | 5692 | pfn = isolate_migratepages_range(cc->zone, cc, |
5693 | pfn, end); | 5693 | pfn, end, true); |
5694 | if (!pfn) { | 5694 | if (!pfn) { |
5695 | ret = -EINTR; | 5695 | ret = -EINTR; |
5696 | break; | 5696 | break; |