From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753465Ab3KSTLk (ORCPT ); Tue, 19 Nov 2013 14:11:40 -0500 Received: from mail-ea0-f182.google.com ([209.85.215.182]:55485 "EHLO mail-ea0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752139Ab3KSTLj (ORCPT ); Tue, 19 Nov 2013 14:11:39 -0500 Date: Tue, 19 Nov 2013 20:11:35 +0100 From: Michal Hocko To: Andi Kleen Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH] Expose sysctls for enabling slab/file_cache interleaving Message-ID: <20131119191135.GA8634@dhcp22.suse.cz> References: <1384822222-28795-1-git-send-email-andi@firstfloor.org> <20131119104203.GB18872@dhcp22.suse.cz> <20131119184200.GD29695@two.firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131119184200.GD29695@two.firstfloor.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 19-11-13 19:42:00, Andi Kleen wrote: > On Tue, Nov 19, 2013 at 11:42:03AM +0100, Michal Hocko wrote: > > On Mon 18-11-13 16:50:22, Andi Kleen wrote: > > [...] > > > diff --git a/include/linux/cpuset.h b/include/linux/cpuset.h > > > index cc1b01c..10966f5 100644 > > > --- a/include/linux/cpuset.h > > > +++ b/include/linux/cpuset.h > > > @@ -72,12 +72,14 @@ extern int cpuset_slab_spread_node(void); > > > > > > static inline int cpuset_do_page_mem_spread(void) > > > { > > > - return current->flags & PF_SPREAD_PAGE; > > > + return (current->flags & PF_SPREAD_PAGE) || > > > + sysctl_spread_file_cache; > > > } > > > > But this might break applications that explicitly opt out from > > spreading. > > What do you mean? There's no such setting at the moment. > > They can only enable it. cpuset_update_task_spread_flag allows disabling both flags. You can do so for example via cpuset cgroup controller. -- Michal Hocko SUSE Labs