The patch titled Subject: mm-thp-enable-thp-migration-in-generic-path-fix has been added to the -mm tree. Its filename is mm-thp-enable-thp-migration-in-generic-path-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-thp-enable-thp-migration-in-generic-path-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-thp-enable-thp-migration-in-generic-path-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: "Zi Yan" <zi.yan@xxxxxxxxxxxxxx> Subject: mm-thp-enable-thp-migration-in-generic-path-fix fix gcc-4.9.0 -Wmissing-braces warning Link: http://lkml.kernel.org/r/A0ABA698-7486-46C3-B209-E95A9048B22C@xxxxxxxxxxxxxx Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/swapops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/swapops.h~mm-thp-enable-thp-migration-in-generic-path-fix include/linux/swapops.h --- a/include/linux/swapops.h~mm-thp-enable-thp-migration-in-generic-path-fix +++ a/include/linux/swapops.h @@ -217,7 +217,7 @@ static inline swp_entry_t pmd_to_swp_ent static inline pmd_t swp_entry_to_pmd(swp_entry_t entry) { - return (pmd_t){ 0 }; + return __pmd(0); } static inline int is_pmd_migration_entry(pmd_t pmd) _ Patches currently in -mm which might be from zi.yan@xxxxxxxxxxxxxx are mm-thp-enable-thp-migration-in-generic-path.patch mm-thp-enable-thp-migration-in-generic-path-fix.patch mm-thp-check-pmd-migration-entry-in-common-path.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