The patch titled Subject: set_page_huge_active() can be static has been added to the -mm tree. Its filename is mm-hugetlb-introduce-pagehugeactive-flag-fix-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-hugetlb-introduce-pagehugeactive-flag-fix-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-hugetlb-introduce-pagehugeactive-flag-fix-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: kbuild test robot <fengguang.wu@xxxxxxxxx> Subject: set_page_huge_active() can be static Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> Cc: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN mm/hugetlb.c~mm-hugetlb-introduce-pagehugeactive-flag-fix-fix mm/hugetlb.c --- a/mm/hugetlb.c~mm-hugetlb-introduce-pagehugeactive-flag-fix-fix +++ a/mm/hugetlb.c @@ -937,13 +937,13 @@ bool page_huge_active(struct page *page) } /* never called for tail page */ -void set_page_huge_active(struct page *page) +static void set_page_huge_active(struct page *page) { VM_BUG_ON_PAGE(!PageHeadHuge(page), page); SetPagePrivate(&page[1]); } -void clear_page_huge_active(struct page *page) +static void clear_page_huge_active(struct page *page) { VM_BUG_ON_PAGE(!PageHeadHuge(page), page); ClearPagePrivate(&page[1]); _ Patches currently in -mm which might be from fengguang.wu@xxxxxxxxx are x86-mm-support-huge-kva-mappings-on-x86-fix.patch mm-hugetlb-introduce-pagehugeactive-flag-fix-fix.patch sparc-add-pmd_-for-thp-fix.patch mm-support-madvisemadv_free-fix.patch asoc-pcm512x-use-div_round_closest_ull-from-kernelh.patch rtc-ds1685-remove-owner-assignment-from-platform_driver.patch gcov-fix-softlockups.patch linux-next.patch mm-add-strictlimit-knob-v2.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html