From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751276AbdFCRyQ (ORCPT ); Sat, 3 Jun 2017 13:54:16 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:35067 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751156AbdFCRyO (ORCPT ); Sat, 3 Jun 2017 13:54:14 -0400 Date: Sat, 3 Jun 2017 20:54:10 +0300 From: Vladimir Davydov To: Johannes Weiner Cc: Josef Bacik , Michal Hocko , Andrew Morton , Rik van Riel , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH 6/6] mm: memcontrol: account slab stats per lruvec Message-ID: <20170603175410.GF15130@esperanza> References: <20170530181724.27197-1-hannes@cmpxchg.org> <20170530181724.27197-7-hannes@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170530181724.27197-7-hannes@cmpxchg.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 30, 2017 at 02:17:24PM -0400, Johannes Weiner wrote: > Josef's redesign of the balancing between slab caches and the page > cache requires slab cache statistics at the lruvec level. > > Signed-off-by: Johannes Weiner > --- > mm/slab.c | 12 ++++-------- > mm/slab.h | 18 +----------------- > mm/slub.c | 4 ++-- > 3 files changed, 7 insertions(+), 27 deletions(-) Acked-by: Vladimir Davydov