The patch titled mm-remove-function-free_hot_page-fix has been removed from the -mm tree. Its filename was mm-remove-function-free_hot_page-fix.patch This patch was dropped because it was folded into mm-remove-function-free_hot_page.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mm-remove-function-free_hot_page-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> hm, that couldn't possible have worked for you :( Cc: Americo Wang <xiyou.wangcong@xxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> Cc: Larry Woodman <lwoodman@xxxxxxxxxx> Cc: Li Hong <lihong.hi@xxxxxxxxx> Cc: Li Ming Chun <macli@xxxxxxxxxx> Cc: Mel Gorman <mel@xxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: Rik van Riel <riel@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/gfp.h | 2 +- mm/page_alloc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -puN include/linux/gfp.h~mm-remove-function-free_hot_page-fix include/linux/gfp.h --- a/include/linux/gfp.h~mm-remove-function-free_hot_page-fix +++ a/include/linux/gfp.h @@ -325,7 +325,7 @@ void free_pages_exact(void *virt, size_t extern void __free_pages(struct page *page, unsigned int order); extern void free_pages(unsigned long addr, unsigned int order); -extern void free_hot_page(struct page *page); +extern void free_hot_cold_page(struct page *page, int cold); #define __free_page(page) __free_pages((page), 0) #define free_page(addr) free_pages((addr),0) diff -puN mm/page_alloc.c~mm-remove-function-free_hot_page-fix mm/page_alloc.c --- a/mm/page_alloc.c~mm-remove-function-free_hot_page-fix +++ a/mm/page_alloc.c @@ -1095,7 +1095,7 @@ void mark_free_pages(struct zone *zone) * Free a 0-order page * cold == 1 ? free a cold page : free a hot page */ -static void free_hot_cold_page(struct page *page, int cold) +void free_hot_cold_page(struct page *page, int cold) { struct zone *zone = page_zone(page); struct per_cpu_pages *pcp; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch bitops-rename-for_each_bit-to-for_each_set_bit.patch mm-avoid-false-sharing-of-mm_counter.patch mm-count-swap-usage.patch vmscan-check-high-watermark-after-shrink-zone.patch mm-remove-function-free_hot_page.patch mm-remove-function-free_hot_page-fix.patch mm-restore-zone-all_unreclaimable-to-independence-word-fix.patch memory-hotplug-create-sys-firmware-memmap-entry-for-new-memory-fix.patch include-linux-fsh-convert-fmode_-constants-to-hex.patch mm-change-anon_vma-linking-to-fix-multi-process-server-scalability-issue-fix.patch mm-pm-force-gfp_noio-during-suspend-hibernation-and-resume.patch uml-linec-avoid-null-pointer-dereference-simplify.patch lib-more-scalable-list_sort-fix.patch fs-compat_ioctlc-suppress-two-warnings.patch sdio-introduce-api-for-special-power-management-features-fix.patch mm-pass-mm-flags-as-a-coredump-parameter-for-consistency-fix.patch gpio-pca953xc-add-interrupt-handling-capability.patch gpio-pca953xc-add-interrupt-handling-capability-fix.patch gpio-cs5535-gpio-fix-input-direction.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