From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minchan Kim Subject: Re: [PATCH 07/10] vmscan: Remove dead code in shrink_inactive_list() Date: Wed, 8 Sep 2010 00:33:02 +0900 Message-ID: <20100907153302.GE4620@barrios-desktop> References: <1283770053-18833-1-git-send-email-mel@csn.ul.ie> <1283770053-18833-8-git-send-email-mel@csn.ul.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, Linux Kernel List , Rik van Riel , Johannes Weiner , Wu Fengguang , Andrea Arcangeli , KAMEZAWA Hiroyuki , KOSAKI Motohiro , Dave Chinner , Chris Mason , Christoph Hellwig , Andrew Morton To: Mel Gorman Return-path: Received: from mail-pw0-f46.google.com ([209.85.160.46]:47618 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757500Ab0IGPdM (ORCPT ); Tue, 7 Sep 2010 11:33:12 -0400 Content-Disposition: inline In-Reply-To: <1283770053-18833-8-git-send-email-mel@csn.ul.ie> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Sep 06, 2010 at 11:47:30AM +0100, Mel Gorman wrote: > From: KOSAKI Motohiro > > After synchrounous lumpy reclaim, the page_list is guaranteed to not > have active pages as page activation in shrink_page_list() disables lumpy > reclaim. Remove the dead code. > > Signed-off-by: KOSAKI Motohiro > Signed-off-by: Mel Gorman Reviewed-by: Minchan Kim -- Kind regards, Minchan Kim