[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1572400917-28079-1-git-send-email-zhangpan26@huawei.com>
Date: Wed, 30 Oct 2019 10:01:57 +0800
From: Pan Zhang <zhangpan26@...wei.com>
To: <akpm@...ux-foundation.org>, <mgorman@...hsingularity.net>,
<hannes@...xchg.org>, <guro@...com>, <shakeelb@...gle.com>,
<chris@...isdown.name>, <yang.shi@...ux.alibaba.com>,
<tj@...nel.org>, <tglx@...utronix.de>, <hushiyuan@...wei.com>,
<wuxu.wu@...wei.com>, <zhangpan26@...wei.com>
CC: <linux-kernel@...r.kernel.org>
Subject: [PATCH] fix a typo of memcg annotation.
There is a annotation forgot to follow the patchset of `Move LRU page reclaim from zones to nodes`.
I corrected it to avoid misunderstanding.
Signed-off-by: Pan Zhang <zhangpan26@...wei.com>
---
include/linux/memcontrol.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h
index ae703ea..e211689 100644
--- a/include/linux/memcontrol.h
+++ b/include/linux/memcontrol.h
@@ -112,7 +112,7 @@ struct memcg_shrinker_map {
};
/*
- * per-zone information in memory controller.
+ * per-node information in memory controller.
*/
struct mem_cgroup_per_node {
struct lruvec lruvec;
--
2.7.4
Powered by blists - more mailing lists