blob: 7f580e059a384efd11bc88efe2fcccfb3d572742 [file] [log] [blame]
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-export-pageheadhuge-fix
s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/, per Christoph
Cc: Christoph Hellwig <hch@infradead.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Kirill A. Shutemov <kirill@shutemov.name>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Mike Kravetz <mike.kravetz@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/hugetlb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/hugetlb.c~mm-export-pageheadhuge-fix
+++ a/mm/hugetlb.c
@@ -1855,7 +1855,7 @@ int PageHeadHuge(struct page *page_head)
return page_head[1].compound_dtor == HUGETLB_PAGE_DTOR;
}
-EXPORT_SYMBOL(PageHeadHuge);
+EXPORT_SYMBOL_GPL(PageHeadHuge);
/*
* Find and lock address space (mapping) in write mode.
_