The patch titled Subject: mm-thp-enable-thp-migration-in-generic-path-fix has been removed from the -mm tree. Its filename was mm-thp-enable-thp-migration-in-generic-path-fix.patch This patch was dropped because it was folded into mm-thp-enable-thp-migration-in-generic-path.patch ------------------------------------------------------ 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-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