lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ