From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Davydov Subject: Re: [PATCH 3/4] mm: memcontrol: flatten struct cg_proto Date: Sat, 12 Dec 2015 19:39:25 +0300 Message-ID: <20151212163925.GD28521@esperanza> References: <1449863653-6546-1-git-send-email-hannes@cmpxchg.org> <1449863653-6546-3-git-send-email-hannes@cmpxchg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <1449863653-6546-3-git-send-email-hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Transfer-Encoding: 7bit To: Johannes Weiner Cc: Andrew Morton , Michal Hocko , linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-team-b10kYP2dOMg@public.gmane.org On Fri, Dec 11, 2015 at 02:54:12PM -0500, Johannes Weiner wrote: > There are no more external users of struct cg_proto, flatten the > structure into struct mem_cgroup. > > Since using those struct members doesn't stand out as much anymore, > add cgroup2 static branches to make it clearer which code is legacy. > > Suggested-by: Vladimir Davydov > Signed-off-by: Johannes Weiner Looks good to me, thanks! Acked-by: Vladimir Davydov