The patch titled Subject: mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix has been removed from the -mm tree. Its filename was mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix.patch This patch was dropped because it was folded into mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext.patch ------------------------------------------------------ From: Yasuaki Ishimatsu <isimatu.yasuaki@xxxxxxxxxxxxxx> Subject: mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix The following patch is not applied correctly. http://lkml.kernel.org/r/2c29bd9f-5b67-02d0-18a3-8828e78bbb6f@xxxxxxxxx So the following unnecessary code still remains. get_page_bootmem() { ... page->lru.next = (struct list_head *)type; ... The patch removes this code from get_page_bootmem() Link: http://lkml.kernel.org/r/722b1cc4-93ac-dd8b-2be2-7a7e313b3b0b@xxxxxxxxx Signed-off-by: Yasuaki Ishimatsu <isimatu.yasuaki@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory_hotplug.c | 1 - 1 file changed, 1 deletion(-) diff -puN mm/memory_hotplug.c~mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix mm/memory_hotplug.c --- a/mm/memory_hotplug.c~mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix +++ a/mm/memory_hotplug.c @@ -179,7 +179,6 @@ static void release_memory_resource(stru void get_page_bootmem(unsigned long info, struct page *page, unsigned long type) { - page->lru.next = (struct list_head *)type; page->freelist = (void *)type; SetPagePrivate(page); set_page_private(page, info); _ Patches currently in -mm which might be from isimatu.yasuaki@xxxxxxxxxxxxxx are mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext.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