]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hugetlb: remove PageHeadHuge()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 27 Mar 2023 15:10:50 +0000 (16:10 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 28 Mar 2023 23:25:20 +0000 (16:25 -0700)
commitf69063402b3bec7436a178b57317965a3e7c5d53
tree3bc3695b25ffeaf6d8d9526232a33c2fb7f252d9
parent7294a8bebdfbf951124d8ea00aa2a0723840bf9a
hugetlb: remove PageHeadHuge()

Sidhartha Kumar removed the last caller of PageHeadHuge(), so we can now
remove it and make folio_test_hugetlb() the real implementation.  Add
kernel-doc for folio_test_hugetlb().

Link: https://lkml.kernel.org/r/20230327151050.1787744-1-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Reviewed-by: Mike Kravetz <mike.kravetz@oracle.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Muchun Song <songmuchun@bytedance.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/page-flags.h
mm/hugetlb.c