From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Davydov Subject: Re: [patch 2/3] mm: hugetlb_controller: convert to lockless page counters Date: Fri, 26 Sep 2014 15:25:24 +0400 Message-ID: <20140926112524.GF29445@esperanza> References: <1411573390-9601-1-git-send-email-hannes@cmpxchg.org> <1411573390-9601-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: <1411573390-9601-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, Greg Thelen , Michal Hocko , Dave Hansen , cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Wed, Sep 24, 2014 at 11:43:09AM -0400, Johannes Weiner wrote: > Abandon the spinlock-protected byte counters in favor of the unlocked > page counters in the hugetlb controller as well. > > Signed-off-by: Johannes Weiner Reviewed-by: Vladimir Davydov