Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765710AbXHFV4X (ORCPT ); Mon, 6 Aug 2007 17:56:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758100AbXHFV4M (ORCPT ); Mon, 6 Aug 2007 17:56:12 -0400 Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:45468 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756242AbXHFV4L (ORCPT ); Mon, 6 Aug 2007 17:56:11 -0400 Date: Mon, 6 Aug 2007 14:56:08 -0700 From: Paul Jackson To: Christoph Lameter Cc: mel@skynet.ie, akpm@linux-foundation.org, Lee.Schermerhorn@hp.com, kamezawa.hiroyu@jp.fujitsu.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLE Message-Id: <20070806145608.267bce88.pj@sgi.com> In-Reply-To: References: <20070802172118.GD23133@skynet.ie> Organization: SGI X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.3; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 928 Lines: 30 Christoph wrote, responding to Mel and Andrew: > > +static inline int alloc_should_filter_zonelist(struct zonelist *zonelist) > > +{ > > + return !zonelist->zlcache_ptr; > > +} > > I guess Paul needs to have a look at this one. ... > > Which Paul? > > Paul Jackson. I'll ack that the above snippet of code, alloc_should_filter_zonelist(), does, as its comment explains, return true iff it's a custom zonelist such as from MPOL_BIND. As to the more interesting issues that this patch raises ... I have no clue. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson 1.925.600.0401 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/