Re: [PATCH] fix a typo of memcg annotation.

From: Michal Hocko
Date: Wed Oct 30 2019 - 05:08:09 EST


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@xxxxxxxxxx>

Acked-by: Michal Hocko <mhocko@xxxxxxxx>

> ---
> 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