From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932096Ab0IGPdT (ORCPT ); Tue, 7 Sep 2010 11:33:19 -0400 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 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=i+ALIqE0YodYnGGJwr9EAjde2bp93JJHSkwtopgl2eeJMRc4lXYYobRiSz7BvqyY6n EkxkwIHc9QgCmrwKz5gPS7dyfnvyu+DypxatrnmwwqnUN7IGUtX8N0vklctBnwxbJQ0j HA5xTqh1q4U2FZC78+7LTce2M3kPKHi7yEkf8= Date: Wed, 8 Sep 2010 00:33:02 +0900 From: Minchan Kim To: Mel Gorman 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 Subject: Re: [PATCH 07/10] vmscan: Remove dead code in shrink_inactive_list() 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 Content-Disposition: inline In-Reply-To: <1283770053-18833-8-git-send-email-mel@csn.ul.ie> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail143.messagelabs.com (mail143.messagelabs.com [216.82.254.35]) by kanga.kvack.org (Postfix) with SMTP id 243336B004A for ; Tue, 7 Sep 2010 11:33:13 -0400 (EDT) Received: by pwj6 with SMTP id 6so1711257pwj.14 for ; Tue, 07 Sep 2010 08:33:11 -0700 (PDT) Date: Wed, 8 Sep 2010 00:33:02 +0900 From: Minchan Kim Subject: Re: [PATCH 07/10] vmscan: Remove dead code in shrink_inactive_list() 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 Content-Disposition: inline In-Reply-To: <1283770053-18833-8-git-send-email-mel@csn.ul.ie> Sender: owner-linux-mm@kvack.org To: Mel Gorman 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 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 -- 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