From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail203.messagelabs.com (mail203.messagelabs.com [216.82.254.243]) by kanga.kvack.org (Postfix) with SMTP id E18BD6B005D for ; Wed, 5 Aug 2009 11:58:25 -0400 (EDT) Date: Wed, 5 Aug 2009 17:58:05 +0200 From: Andrea Arcangeli Subject: Re: [RFC] respect the referenced bit of KVM guest pages? Message-ID: <20090805155805.GC23385@random.random> References: <20090805024058.GA8886@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090805024058.GA8886@localhost> Sender: owner-linux-mm@kvack.org To: Wu Fengguang Cc: Rik van Riel , "Dike, Jeffrey G" , "Yu, Wilfred" , "Kleen, Andi" , Avi Kivity , Hugh Dickins , Andrew Morton , Christoph Lameter , KOSAKI Motohiro , Mel Gorman , LKML , linux-mm List-ID: On Wed, Aug 05, 2009 at 10:40:58AM +0800, Wu Fengguang wrote: > */ > - if ((vm_flags & VM_EXEC) && !PageAnon(page)) { > + if ((vm_flags & VM_EXEC) || PageAnon(page)) { > list_add(&page->lru, &l_active); > continue; > } > Please nuke the whole check and do an unconditional list_add; continue; there. -- 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