mm: rename is_pinnable_page() to is_longterm_pinnable_page()
[linux-2.6-microblaze.git] / mm / hugetlb.c
index 064da8f..ffdf3fc 100644 (file)
@@ -1129,7 +1129,7 @@ static struct page *dequeue_huge_page_node_exact(struct hstate *h, int nid)
 
        lockdep_assert_held(&hugetlb_lock);
        list_for_each_entry(page, &h->hugepage_freelists[nid], lru) {
-               if (pin && !is_pinnable_page(page))
+               if (pin && !is_longterm_pinnable_page(page))
                        continue;
 
                if (PageHWPoison(page))