Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1231893
| From | Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] zsmalloc: add comments for ->inuse to zspage |
| Date | 2015-09-24 08:50 +0200 |
| Message-ID | <qc8vU-3GJ-9@gated-at.bofh.it> (permalink) |
| References | <qc82S-38L-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Cc Andrew On (09/24/15 14:13), Hui Zhu wrote: > Signed-off-by: Hui Zhu <zhuhui@xiaomi.com> Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> -ss > --- > mm/zsmalloc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c > index f135b1b..f62f2fb 100644 > --- a/mm/zsmalloc.c > +++ b/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 objects number that is used in this zspage > * > * Usage of struct page flags: > * PG_private: identifies the first component page > -- > 1.9.1 > > -- > To unsubscribe, send a message with 'unsubscribe linux-mm' in > the body to majordomo@kvack.org. For more info on Linux MM, > see: http://www.linux-mm.org/ . > Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2] zsmalloc: add comments for ->inuse to zspage Hui Zhu <zhuhui@xiaomi.com> - 2015-09-24 08:20 +0200 Re: [PATCH v2] zsmalloc: add comments for ->inuse to zspage Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2015-09-24 08:50 +0200
csiph-web