diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 585257fd0cad..608c34118935 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -8634,8 +8634,6 @@ int alloc_contig_range(unsigned long start, unsigned long end, * isolated thus they won't get removed from buddy. */ - lru_add_drain_all(); - order = 0; outer_start = start; while (!PageBuddy(pfn_to_page(outer_start))) {