Skip to content

Commit

Permalink
mm/hugetlb.c: defer PageHeadHuge() symbol export
Browse files Browse the repository at this point in the history
No actual need of it. So keep it internal.

Signed-off-by: Andrea Arcangeli <[email protected]>
Cc: Khalid Aziz <[email protected]>
Cc: Pravin Shelar <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Ben Hutchings <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Minchan Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
aagit authored and torvalds committed Jan 22, 2014
1 parent 26296ad commit 9b7ac26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ int PageHeadHuge(struct page *page_head)

return get_compound_page_dtor(page_head) == free_huge_page;
}
EXPORT_SYMBOL_GPL(PageHeadHuge);

pgoff_t __basepage_index(struct page *page)
{
Expand Down

0 comments on commit 9b7ac26

Please sign in to comment.