* [PATCH] zsmalloc: add comments for ->inuse to zspage
@ 2015-09-22 6:39 Hui Zhu
2015-09-24 6:12 ` 答复: " 朱辉
0 siblings, 1 reply; 2+ 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 [flat|nested] 2+ messages in thread
* 答复: [PATCH] zsmalloc: add comments for ->inuse to zspage
2015-09-22 6:39 [PATCH] zsmalloc: add comments for ->inuse to zspage Hui Zhu
@ 2015-09-24 6:12 ` 朱辉
0 siblings, 0 replies; 2+ messages in thread
From: 朱辉 @ 2015-09-24 6:12 UTC (permalink / raw)
To: minchan, ngupta, linux-mm, linux-kernel; +Cc: teawater
Please ignore this one.
Best,
Hui
________________________________________
发件人: 朱辉
发送时间: 2015年9月22日 14:39
收件人: minchan@kernel.org; ngupta@vflare.org; linux-mm@kvack.org; linux-kernel@vger.kernel.org
抄送: teawater@gmail.com; 朱辉
主题: [PATCH] zsmalloc: add comments for ->inuse to zspage
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-24 6:12 UTC | newest]
Thread overview: 2+ 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-24 6:12 ` 答复: " 朱辉
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox