Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754566Ab1FIOE5 (ORCPT ); Thu, 9 Jun 2011 10:04:57 -0400 Received: from cantor2.suse.de ([195.135.220.15]:41633 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753620Ab1FIOE4 (ORCPT ); Thu, 9 Jun 2011 10:04:56 -0400 Date: Thu, 9 Jun 2011 15:04:53 +0100 From: Mel Gorman To: Minchan Kim Cc: Andrew Morton , linux-mm , LKML , KOSAKI Motohiro , Andrea Arcangeli , Rik van Riel , Johannes Weiner , KAMEZAWA Hiroyuki Subject: Re: [PATCH v3 05/10] vmscan: make isolate_lru_page with filter aware Message-ID: <20110609140453.GX5247@suse.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 824 Lines: 21 On Tue, Jun 07, 2011 at 11:38:18PM +0900, Minchan Kim wrote: > In __zone_reclaim case, we don't want to shrink mapped page. > Nonetheless, we have isolated mapped page and re-add it into > LRU's head. It's unnecessary CPU overhead and makes LRU churning. > Gack, I should have keep reading. I didn't cop from the subject that __zone_reclaim would be updated. Still, it would have been easier to review if one patch introduced ISOLATE_CLEAN and updated the callers and this patch introduced ISOLATE_UNMAPPED and updated the relevant callers. > -- Mel Gorman SUSE Labs -- 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/