The patch titled Subject: fs/dax.c: fix typo in #endif comment has been removed from the -mm tree. Its filename was fs-daxc-fix-typo-in-endif-comment.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Valentin Rothberg <valentinrothberg@xxxxxxxxx> Subject: fs/dax.c: fix typo in #endif comment Fix typo s/CONFIG_TRANSPARENT_HUGEPAGES/CONFIG_TRANSPARENT_HUGEPAGE/ in #endif comment introduced by commit 2b26a9206d6a ("dax: add huge page fault support"). Signed-off-by: Valentin Rothberg <valentinrothberg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/dax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/dax.c~fs-daxc-fix-typo-in-endif-comment fs/dax.c --- a/fs/dax.c~fs-daxc-fix-typo-in-endif-comment +++ a/fs/dax.c @@ -644,7 +644,7 @@ int dax_pmd_fault(struct vm_area_struct return result; } EXPORT_SYMBOL_GPL(dax_pmd_fault); -#endif /* CONFIG_TRANSPARENT_HUGEPAGES */ +#endif /* CONFIG_TRANSPARENT_HUGEPAGE */ /** * dax_pfn_mkwrite - handle first write to DAX page _ Patches currently in -mm which might be from valentinrothberg@xxxxxxxxx are -- 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