The patch titled Subject: mm/zsmalloc.c: fix comment in zsmalloc has been removed from the -mm tree. Its filename was mm-zsmalloc-fix-comment-in-zsmalloc.patch This patch was dropped because an alternative patch was merged ------------------------------------------------------ From: Yisheng Xie <xieyisheng1@xxxxxxxxxx> Subject: mm/zsmalloc.c: fix comment in zsmalloc The class index and fullness group are not encoded in (first)page->mapping any more, after commit 3783689a1aa8 ("zsmalloc: introduce zspage structure"). Instead, they are store in struct zspage. Link: http://lkml.kernel.org/r/1486610619-57588-1-git-send-email-xieyisheng1@xxxxxxxxxx Signed-off-by: Yisheng Xie <xieyisheng1@xxxxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Cc: Nitin Gupta <ngupta@xxxxxxxxxx> Cc: Hanjun Guo <guohanjun@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/zsmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/zsmalloc.c~mm-zsmalloc-fix-comment-in-zsmalloc mm/zsmalloc.c --- a/mm/zsmalloc.c~mm-zsmalloc-fix-comment-in-zsmalloc +++ a/mm/zsmalloc.c @@ -270,7 +270,7 @@ struct zs_pool { /* * A zspage's class index and fullness group - * are encoded in its (first)page->mapping + * are stored in struct zspage. */ #define FULLNESS_BITS 2 #define CLASS_BITS 8 _ Patches currently in -mm which might be from xieyisheng1@xxxxxxxxxx are mm-migration-make-isolate_movable_page-return-int-type.patch mm-migration-make-isolate_movable_page-return-int-type-v6.patch mm-migration-make-isolate_movable_page-always-defined.patch hwpoison-soft-offlining-for-non-lru-movable-page.patch mm-hotplug-enable-memory-hotplug-for-non-lru-movable-pages.patch mm-zsmalloc-remove-redundant-setpageprivate2-in-create_page_chain.patch mm-balloon-umount-balloon_mnt-when-remove-vb-device.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