Re: [PATCH 2/7] mm: memcontrol: kill mem_cgroup_nodeinfo()

2021-02-04 Thread Michal Hocko
On Tue 02-02-21 13:47:41, Johannes Weiner wrote: > No need to encapsulate a simple struct member access. > > Signed-off-by: Johannes Weiner Acked-by: Michal Hocko > --- > include/linux/memcontrol.h | 8 +--- > mm/memcontrol.c| 21 +++-- > 2 files changed, 12 i

Re: [PATCH 2/7] mm: memcontrol: kill mem_cgroup_nodeinfo()

2021-02-02 Thread Roman Gushchin
On Tue, Feb 02, 2021 at 01:47:41PM -0500, Johannes Weiner wrote: > No need to encapsulate a simple struct member access. > > Signed-off-by: Johannes Weiner Reviewed-by: Roman Gushchin

Re: [PATCH 2/7] mm: memcontrol: kill mem_cgroup_nodeinfo()

2021-02-02 Thread Shakeel Butt
On Tue, Feb 2, 2021 at 12:51 PM Johannes Weiner wrote: > > No need to encapsulate a simple struct member access. > > Signed-off-by: Johannes Weiner Reviewed-by: Shakeel Butt