The patch titled Subject: mm/page_isolation.c: fix the function comments has been removed from the -mm tree. Its filename was mm-page_isolationc-fix-the-function-comments.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Neil Zhang <neilzhang1123@xxxxxxxxxxx> Subject: mm/page_isolation.c: fix the function comments commit fea85cff11de ("mm/page_isolation.c: return last tested pfn rather than failure indicator") changed the meaning of the return value. Let's change the function comments as well. Signed-off-by: Neil Zhang <neilzhang1123@xxxxxxxxxxx> Cc: Joonsoo Kim <js1304@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_isolation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/page_isolation.c~mm-page_isolationc-fix-the-function-comments mm/page_isolation.c --- a/mm/page_isolation.c~mm-page_isolationc-fix-the-function-comments +++ a/mm/page_isolation.c @@ -215,7 +215,7 @@ int undo_isolate_page_range(unsigned lon * all pages in [start_pfn...end_pfn) must be in the same zone. * zone->lock must be held before call this. * - * Returns 1 if all pages in the range are isolated. + * Returns the last tested pfn. */ static unsigned long __test_page_isolated_in_pageblock(unsigned long pfn, unsigned long end_pfn, _ Patches currently in -mm which might be from neilzhang1123@xxxxxxxxxxx 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