[PATCH] mm: Export PageHeadHuge()

Subsystems: hugetlb subsystem, memory management, the rest

STALE1825d

2 messages, 2 authors, 2021-08-20 · open the first message on its own page

[PATCH] mm: Export PageHeadHuge()

From: David Howells <dhowells@redhat.com>
Date: 2021-08-20 16:14:53

Export PageHeadHuge() - it's used by folio_test_hugetlb() and thence by
folio_file_page() and folio_contains().

Signed-off-by: David Howells <dhowells@redhat.com>
---

 mm/hugetlb.c |    1 +
 1 file changed, 1 insertion(+)
diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index 68eead0259cc..ad6ef6d2c0bc 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -1717,6 +1717,7 @@ int PageHeadHuge(struct page *page_head)
 
 	return page_head[1].compound_dtor == HUGETLB_PAGE_DTOR;
 }
+EXPORT_SYMBOL(PageHeadHuge);
 
 /*
  * Find and lock address space (mapping) in write mode.


Re: [PATCH] mm: Export PageHeadHuge()

From: Christoph Hellwig <hch@infradead.org>
Date: 2021-08-20 17:36:47

On Fri, Aug 20, 2021 at 05:14:47PM +0100, David Howells wrote:
Export PageHeadHuge() - it's used by folio_test_hugetlb() and thence by
folio_file_page() and folio_contains().
.. none of which are used in modular code in linux-next.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help