diff --git a/mm/page_alloc.c b/mm/page_alloc.c index c101921e6a64bf0aca5707bee53a1265bf6efa0f..91e29b3ed2b601893d6d50b65613478483f7adf3 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -771,8 +771,8 @@ static int move_freepages_block(struct zone *zone, struct page *page, } /* Remove an element from the buddy allocator from the fallback list */ -static struct page *__rmqueue_fallback(struct zone *zone, int order, - int start_migratetype) +static inline struct page * +__rmqueue_fallback(struct zone *zone, int order, int start_migratetype) { struct free_area * area; int current_order;