The patch titled Subject: zsmalloc: add comments for ->inuse to zspage has been removed from the -mm tree. Its filename was zsmalloc-add-comments-for-inuse-to-zspage.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Hui Zhu <zhuhui@xxxxxxxxxx> Subject: zsmalloc: add comments for ->inuse to zspage [akpm@xxxxxxxxxxxxxxxxxxxx: fix grammar] Signed-off-by: Hui Zhu <zhuhui@xxxxxxxxxx> Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Cc: Dan Streetman <ddstreet@xxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/zsmalloc.c | 1 + 1 file changed, 1 insertion(+) diff -puN mm/zsmalloc.c~zsmalloc-add-comments-for-inuse-to-zspage mm/zsmalloc.c --- a/mm/zsmalloc.c~zsmalloc-add-comments-for-inuse-to-zspage +++ a/mm/zsmalloc.c @@ -38,6 +38,7 @@ * page->lru: links together first pages of various zspages. * Basically forming list of zspages in a fullness group. * page->mapping: class index and fullness group of the zspage + * page->inuse: the number of objects that are used in this zspage * * Usage of struct page flags: * PG_private: identifies the first component page _ Patches currently in -mm which might be from zhuhui@xxxxxxxxxx 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