The patch titled Subject: zsmalloc: add comments for ->inuse to zspage has been added to the -mm tree. Its filename is zsmalloc-add-comments-for-inuse-to-zspage.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/zsmalloc-add-comments-for-inuse-to-zspage.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/zsmalloc-add-comments-for-inuse-to-zspage.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: Hui Zhu <zhuhui@xxxxxxxxxx> Subject: zsmalloc: add comments for ->inuse to zspage Signed-off-by: Hui Zhu <zhuhui@xxxxxxxxxx> Cc: 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 pages number that is 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 zsmalloc-add-comments-for-inuse-to-zspage.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