The patch titled Subject: zsmalloc-add-comments-for-inuse-to-zspage-v2-fix has been removed from the -mm tree. Its filename was zsmalloc-add-comments-for-inuse-to-zspage-v2-fix.patch This patch was dropped because it was folded into zsmalloc-add-comments-for-inuse-to-zspage.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: zsmalloc-add-comments-for-inuse-to-zspage-v2-fix fix grammar Cc: Dan Streetman <ddstreet@xxxxxxxx> Cc: Hui Zhu <zhuhui@xxxxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/zsmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/zsmalloc.c~zsmalloc-add-comments-for-inuse-to-zspage-v2-fix mm/zsmalloc.c --- a/mm/zsmalloc.c~zsmalloc-add-comments-for-inuse-to-zspage-v2-fix +++ a/mm/zsmalloc.c @@ -38,7 +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 pages number that is used in this 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 akpm@xxxxxxxxxxxxxxxxxxxx are include-linux-mmzoneh-reflow-comment.patch mm-memcontrolc-uninline-mem_cgroup_usage.patch zsmalloc-add-comments-for-inuse-to-zspage.patch include-linux-compiler-gcch-improve-__visible-documentation.patch fs-jffs2-wbufc-remove-stray-semicolon.patch lib-documentation-synchronize-%p-formatting-documentation-fix-fix.patch rbtree-clarify-documentation-of-rbtree_postorder_for_each_entry_safe-fix.patch dma-mapping-tidy-up-dma_parms-default-handling-fix.patch panic-release-stale-console-lock-to-always-get-the-logbuf-printed-out-fix.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