The patch titled Subject: mm fix commmets: If SPARSEMEM, pgdata doesn't have page_ext has been added to the -mm tree. Its filename is mm-fix-commmets-if-sparsemem-pgdata-doesnt-have-page_ext.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-fix-commmets-if-sparsemem-pgdata-doesnt-have-page_ext.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-fix-commmets-if-sparsemem-pgdata-doesnt-have-page_ext.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: Weijie Yang <weijie.yang@xxxxxxxxxxx> Subject: mm fix commmets: If SPARSEMEM, pgdata doesn't have page_ext If SPARSEMEM, use page_ext in mem_section if !SPARSEMEM, use page_ext in pgdata Signed-off-by: Weijie Yang <weijie.yang@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mmzone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/mmzone.h~mm-fix-commmets-if-sparsemem-pgdata-doesnt-have-page_ext include/linux/mmzone.h --- a/include/linux/mmzone.h~mm-fix-commmets-if-sparsemem-pgdata-doesnt-have-page_ext +++ a/include/linux/mmzone.h @@ -1063,7 +1063,7 @@ struct mem_section { unsigned long *pageblock_flags; #ifdef CONFIG_PAGE_EXTENSION /* - * If !SPARSEMEM, pgdat doesn't have page_ext pointer. We use + * If SPARSEMEM, pgdat doesn't have page_ext pointer. We use * section. (see page_ext.h about this.) */ struct page_ext *page_ext; _ Patches currently in -mm which might be from weijie.yang@xxxxxxxxxxx are mm-fix-commmets-if-sparsemem-pgdata-doesnt-have-page_ext.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