Re: [PATCH] mm: fix comments based on per-node memcg

2019-10-22 Thread Michal Hocko
On Tue 22-10-19 15:06:18, Hao Lee wrote: > These comments should be updated as memcg limit enforcement has been moved > from zones to nodes. > > Signed-off-by: Hao Lee Acked-by: Michal Hocko > --- > include/linux/memcontrol.h | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > d

Re: [PATCH] mm: fix comments based on per-node memcg

2019-10-22 Thread Roman Gushchin
On Tue, Oct 22, 2019 at 03:06:18PM +, Hao Lee wrote: > These comments should be updated as memcg limit enforcement has been moved > from zones to nodes. > > Signed-off-by: Hao Lee Acked-by: Roman Gushchin Thanks! > --- > include/linux/memcontrol.h | 5 ++--- > 1 file changed, 2 insertion

[PATCH] mm: fix comments based on per-node memcg

2019-10-22 Thread Hao Lee
These comments should be updated as memcg limit enforcement has been moved from zones to nodes. Signed-off-by: Hao Lee --- include/linux/memcontrol.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index ae703ea3ef4