diff --git a/mm/page_alloc.c b/mm/page_alloc.c index c48357c124ebcfc26299752ec25d9c192dac0ff7..4e8ea824e7653a9d84843e4e12a17f1986cadd15 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -1501,6 +1501,7 @@ static bool free_pcp_prepare(struct page *page, unsigned int order) return free_pages_prepare(page, order, true, FPI_NONE); } +/* return true if this page has an inappropriate state */ static bool bulkfree_pcp_prepare(struct page *page) { if (debug_pagealloc_enabled_static())