The patch titled Subject: mm, dax: convert vmf_insert_pfn_pmd() to pfn_t fix has been added to the -mm tree. Its filename is mm-dax-convert-vmf_insert_pfn_pmd-to-pfn_t-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-dax-convert-vmf_insert_pfn_pmd-to-pfn_t-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-dax-convert-vmf_insert_pfn_pmd-to-pfn_t-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: mm, dax: convert vmf_insert_pfn_pmd() to pfn_t fix Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Dan Williams <dan.j.williams@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/include/asm/book3s/64/pgtable.h | 1 + 1 file changed, 1 insertion(+) diff -puN arch/powerpc/include/asm/book3s/64/pgtable.h~mm-dax-convert-vmf_insert_pfn_pmd-to-pfn_t-fix arch/powerpc/include/asm/book3s/64/pgtable.h --- a/arch/powerpc/include/asm/book3s/64/pgtable.h~mm-dax-convert-vmf_insert_pfn_pmd-to-pfn_t-fix +++ a/arch/powerpc/include/asm/book3s/64/pgtable.h @@ -186,6 +186,7 @@ void pgtable_cache_init(void); struct page *realmode_pfn_to_page(unsigned long pfn); #ifdef CONFIG_TRANSPARENT_HUGEPAGE +#define pfn_pmd pfn_pmd extern pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot); extern pmd_t mk_pmd(struct page *page, pgprot_t pgprot); extern pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot); _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are mm-dax-convert-vmf_insert_pfn_pmd-to-pfn_t-fix.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