Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965122AbVKHCoU (ORCPT ); Mon, 7 Nov 2005 21:44:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965679AbVKHCoU (ORCPT ); Mon, 7 Nov 2005 21:44:20 -0500 Received: from smtp.osdl.org ([65.172.181.4]:18571 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S965122AbVKHCoT (ORCPT ); Mon, 7 Nov 2005 21:44:19 -0500 Date: Mon, 7 Nov 2005 18:44:06 -0800 From: Andrew Morton To: Rohit Seth Cc: torvalds@osdl.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH]: Cleanup of __alloc_pages Message-Id: <20051107184406.3179757c.akpm@osdl.org> In-Reply-To: <1131416195.20471.31.camel@akash.sc.intel.com> References: <20051107174349.A8018@unix-os.sc.intel.com> <20051107175358.62c484a3.akpm@osdl.org> <1131416195.20471.31.camel@akash.sc.intel.com> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-redhat-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: 1217 Lines: 31 Rohit Seth wrote: > > On Mon, 2005-11-07 at 17:53 -0800, Andrew Morton wrote: > > "Rohit, Seth" wrote: > > > > > > [PATCH]: Clean up of __alloc_pages. Couple of difference from original behavior: > > > 1- remove the initial reclaim logic > > > 2- GFP_HIGH pages are allowed to go little below watermark sooner. > > > 3- Search for free pages unconditionally after direct reclaim. > > > > Would it be possible to break these into three separate patches? The > > cleanup part should be #1. > > > > Doing the above three things as part of this clean up patch makes the > code look extra clean... With separate patches the changes can be better understood, and they can be selectively dropped, and people looking for regressions with `git bisect' will be able to pinpoint the source more accurately. > Is there any specific issue coming out of 2 & 3 > above. I haven't looked yet - all the changes are mixed together ;) - 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/