diff --git a/[refs] b/[refs] index 63858f33aee1..046d381fd559 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a03b051ed87e72b959f32a86054e1142ac4cf55 +refs/heads/master: c5a73c3d55be1faadba35b41a862e036a3b12ddb diff --git a/trunk/mm/compaction.c b/trunk/mm/compaction.c index 60d52a7298d5..6d592a021072 100644 --- a/trunk/mm/compaction.c +++ b/trunk/mm/compaction.c @@ -578,7 +578,7 @@ unsigned long try_to_compact_pages(struct zonelist *zonelist, * made because an assumption is made that the page allocator can satisfy * the "cheaper" orders without taking special steps */ - if (order <= PAGE_ALLOC_COSTLY_ORDER || !may_enter_fs || !may_perform_io) + if (!order || !may_enter_fs || !may_perform_io) return rc; count_vm_event(COMPACTSTALL);