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 60d52a7298d5..6d592a021072 100644 --- a/mm/compaction.c +++ b/mm/compaction.c | |||
@@ -578,7 +578,7 @@ unsigned long try_to_compact_pages(struct zonelist *zonelist, | |||
578 | * made because an assumption is made that the page allocator can satisfy | 578 | * made because an assumption is made that the page allocator can satisfy |
579 | * the "cheaper" orders without taking special steps | 579 | * the "cheaper" orders without taking special steps |
580 | */ | 580 | */ |
581 | if (order <= PAGE_ALLOC_COSTLY_ORDER || !may_enter_fs || !may_perform_io) | 581 | if (!order || !may_enter_fs || !may_perform_io) |
582 | return rc; | 582 | return rc; |
583 | 583 | ||
584 | count_vm_event(COMPACTSTALL); | 584 | count_vm_event(COMPACTSTALL); |