From mboxrd@z Thu Jan 1 00:00:00 1970 From: KOSAKI Motohiro Subject: Re: [PATCH 04/10] vmscan: Remove useless loop at end of do_try_to_free_pages Date: Fri, 16 Apr 2010 11:48:48 +0900 (JST) Message-ID: <20100416114814.279B.A69D9226@jp.fujitsu.com> References: <1271352103-2280-1-git-send-email-mel@csn.ul.ie> <1271352103-2280-5-git-send-email-mel@csn.ul.ie> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: kosaki.motohiro@jp.fujitsu.com, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Mason , Dave Chinner , Andi Kleen , Johannes Weiner To: Mel Gorman Return-path: In-Reply-To: <1271352103-2280-5-git-send-email-mel@csn.ul.ie> Sender: owner-linux-mm@kvack.org List-Id: linux-fsdevel.vger.kernel.org > With the patch "vmscan: kill prev_priority completely", the loop at the > end of do_try_to_free_pages() is now doing nothing. Delete it. > > Signed-off-by: Mel Gorman Obviously. thanks correct me. Reviewed-by: KOSAKI Motohiro > --- > > diff --git a/mm/vmscan.c b/mm/vmscan.c > index 76c2b03..838ac8b 100644 > --- a/mm/vmscan.c > +++ b/mm/vmscan.c > @@ -1806,11 +1806,6 @@ static unsigned long do_try_to_free_pages(struct zonelist *zonelist, > ret = sc->nr_reclaimed; > > out: > - if (scanning_global_lru(sc)) > - for_each_zone_zonelist(zone, z, zonelist, high_zoneidx) > - if (!cpuset_zone_allowed_hardwall(zone, GFP_KERNEL)) > - continue; > - > delayacct_freepages_end(); > > return ret; > -- > 1.6.5 > -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org