linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix a typo of memcg annotation.
@ 2019-10-30  2:01 Pan Zhang
  2019-10-30  9:08 ` Michal Hocko
  0 siblings, 1 reply; 2+ messages in thread
From: Pan Zhang @ 2019-10-30  2:01 UTC (permalink / raw)
  To: akpm, mgorman, hannes, guro, shakeelb, chris, yang.shi, tj, tglx,
	hushiyuan, wuxu.wu, zhangpan26
  Cc: linux-kernel

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@huawei.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


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

* Re: [PATCH] fix a typo of memcg annotation.
  2019-10-30  2:01 [PATCH] fix a typo of memcg annotation Pan Zhang
@ 2019-10-30  9:08 ` Michal Hocko
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Hocko @ 2019-10-30  9:08 UTC (permalink / raw)
  To: Pan Zhang
  Cc: akpm, mgorman, hannes, guro, shakeelb, chris, yang.shi, tj, tglx,
	hushiyuan, wuxu.wu, linux-kernel

On Wed 30-10-19 10:01:57, Pan Zhang wrote:
> 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@huawei.com>

Acked-by: Michal Hocko <mhocko@suse.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

-- 
Michal Hocko
SUSE Labs

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

end of thread, other threads:[~2019-10-30  9:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30  2:01 [PATCH] fix a typo of memcg annotation Pan Zhang
2019-10-30  9:08 ` Michal Hocko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).