The patch titled Subject: mm: Fix comment typo "CONFIG_TRANSPARNTE_HUGE" has been removed from the -mm tree. Its filename was mm-dont-split-thp-page-when-syscall-is-called-fix.patch This patch was dropped because it was folded into mm-dont-split-thp-page-when-syscall-is-called.patch ------------------------------------------------------ From: Paul Bolle <pebolle@xxxxxxxxxx> Subject: mm: Fix comment typo "CONFIG_TRANSPARNTE_HUGE" The commit "mm: don't split THP page when syscall is called" added a reference to CONFIG_TRANSPARNTE_HUGE in a comment. Use CONFIG_TRANSPARENT_HUGEPAGE instead, as was probably intended. Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx> Acked-by: Minchan Kim <minchan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/rmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/rmap.c~mm-dont-split-thp-page-when-syscall-is-called-fix mm/rmap.c --- a/mm/rmap.c~mm-dont-split-thp-page-when-syscall-is-called-fix +++ a/mm/rmap.c @@ -838,7 +838,7 @@ static int page_referenced_one(struct pa /* * Use pmd_freeable instead of raw pmd_dirty because in some * of architecture, pmd_dirty is not defined unless - * CONFIG_TRANSPARNTE_HUGE is enabled + * CONFIG_TRANSPARENT_HUGEPAGE is enabled */ if (!pmd_freeable(*pmd)) dirty++; _ Patches currently in -mm which might be from pebolle@xxxxxxxxxx are mm-dont-split-thp-page-when-syscall-is-called.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