The patch titled Subject: mm-replace-hpage_nr_pages-with-thp_nr_pages-fix has been removed from the -mm tree. Its filename was mm-replace-hpage_nr_pages-with-thp_nr_pages-fix.patch This patch was dropped because it was folded into mm-replace-hpage_nr_pages-with-thp_nr_pages.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-replace-hpage_nr_pages-with-thp_nr_pages-fix fix mm/migrate.c Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/migrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/migrate.c~mm-replace-hpage_nr_pages-with-thp_nr_pages-fix +++ a/mm/migrate.c @@ -1446,7 +1446,7 @@ retry: * during migration. */ is_thp = PageTransHuge(page); - nr_subpages = hpage_nr_pages(page); + nr_subpages = thp_nr_pages(page); cond_resched(); if (PageHuge(page)) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-replace-hpage_nr_pages-with-thp_nr_pages.patch mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix.patch iomap-constify-ioreadx-iomem-argument-as-in-generic-implementation-fix-fix.patch mm.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch linux-next-rejects.patch kernel-forkc-export-kernel_thread-to-modules.patch