All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] zsmalloc: add comments for ->inuse to zspage
@ 2015-09-22  6:39 ` Hui Zhu
  0 siblings, 0 replies; 3+ messages in thread
From: Hui Zhu @ 2015-09-22  6:39 UTC (permalink / raw)
  To: minchan, ngupta, linux-mm, linux-kernel; +Cc: teawater, Hui Zhu

Signed-off-by: Hui Zhu <zhuhui@xiaomi.com>
---
 mm/zsmalloc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c
index f135b1b..1f66d5b 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 pages 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>

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-24  6:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22  6:39 [PATCH] zsmalloc: add comments for ->inuse to zspage Hui Zhu
2015-09-22  6:39 ` Hui Zhu
2015-09-24  6:12 ` 答复: " 朱辉

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.