From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Davydov Subject: Re: [patch 2/3] mm: memcontrol: remove obsolete kmemcg pinning tricks Date: Mon, 22 Sep 2014 12:25:46 +0400 Message-ID: <20140922082546.GB18526@esperanza> References: <1411243235-24680-1-git-send-email-hannes@cmpxchg.org> <1411243235-24680-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: <1411243235-24680-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: linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, Michal Hocko , Greg Thelen , Tejun Heo , cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Sat, Sep 20, 2014 at 04:00:34PM -0400, Johannes Weiner wrote: > As charges now pin the css explicitely, there is no more need for > kmemcg to acquire a proxy reference for outstanding pages during > offlining, or maintain state to identify such "dead" groups. > > Signed-off-by: Johannes Weiner Reviewed-by: Vladimir Davydov