Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750713AbWEWQ3y (ORCPT ); Tue, 23 May 2006 12:29:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750846AbWEWQ3y (ORCPT ); Tue, 23 May 2006 12:29:54 -0400 Received: from omx2-ext.sgi.com ([192.48.171.19]:26534 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S1750713AbWEWQ3x (ORCPT ); Tue, 23 May 2006 12:29:53 -0400 Date: Tue, 23 May 2006 09:29:48 -0700 (PDT) From: Christoph Lameter To: Chris Wright cc: akpm@osdl.org, Paul Jackson , linux-kernel@vger.kernel.org Subject: Re: [PATCH] cpuset: remove extra cpuset_zone_allowed check in __alloc_pages In-Reply-To: <20060523063500.GB18769@moss.sous-sol.org> Message-ID: References: <20060522182356.fbea4aec.pj@sgi.com> <20060522192248.b114fea3.pj@sgi.com> <20060523063500.GB18769@moss.sous-sol.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 848 Lines: 33 Simply removing my patch from mm will do the same. Ack-by: Christoph Lameter . On Mon, 22 May 2006, Chris Wright wrote: > This is redundant with check in wakeup_kswapd. > > Signed-off-by: Chris Wright > --- > mm/page_alloc.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > --- a/mm/page_alloc.c > +++ b/mm/page_alloc.c > @@ -951,8 +951,7 @@ restart: > goto got_pg; > > do { > - if (cpuset_zone_allowed(*z, gfp_mask|__GFP_HARDWALL)) > - wakeup_kswapd(*z, order); > + wakeup_kswapd(*z, order); > } while (*(++z)); > > /* > - 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/