kernel/mm/gup.c
.. .. @@ -1645,7 +1645,7 @@ 1645 1645 */ 1646 1646 if (is_migrate_cma_page(head)) { 1647 1647 if (PageHuge(head)) { 1648 - if (!isolate_huge_page(head, &cma_page_list))1648 + if (isolate_hugetlb(head, &cma_page_list))1649 1649 isolation_error_count++; 1650 1650 } else { 1651 1651 if (!PageLRU(head) && drain_allow) {