The patch titled hugetlb: use set_compound_page_dtor has been added to the -mm tree. Its filename is hugetlb-use-set_compound_page_dtor.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: hugetlb: use set_compound_page_dtor From: Akinobu Mita <akinobu.mita@xxxxxxxxx> Use appropriate accessor function to set compound page destructor function. Cc: William Irwin <wli@xxxxxxxxxxxxxx> Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx> Acked-by: Adam Litke <agl@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/hugetlb.c~hugetlb-use-set_compound_page_dtor mm/hugetlb.c --- a/mm/hugetlb.c~hugetlb-use-set_compound_page_dtor +++ a/mm/hugetlb.c @@ -208,7 +208,7 @@ static void update_and_free_page(struct 1 << PG_dirty | 1 << PG_active | 1 << PG_reserved | 1 << PG_private | 1<< PG_writeback); } - page[1].lru.next = NULL; + set_compound_page_dtor(page, NULL); set_page_refcounted(page); __free_pages(page, HUGETLB_PAGE_ORDER); } _ Patches currently in -mm which might be from akinobu.mita@xxxxxxxxx are origin.patch unregister_chrdev-ignore-the-return-value.patch unregister_chrdev-return-void.patch sysfs-avoid-kmem_cache_freenull.patch git-dvb.patch auth_gss-unregister-gss_domain-when-unloading-module.patch hugetlb-use-set_compound_page_dtor.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