Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755764Ab3EAII0 (ORCPT ); Wed, 1 May 2013 04:08:26 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47269 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753678Ab3EAIIX (ORCPT ); Wed, 1 May 2013 04:08:23 -0400 Date: Wed, 1 May 2013 09:08:19 +0100 From: Mel Gorman To: Will Huck Cc: Alexey Lyahkov , Andrew Perepechko , Robin Dong , Theodore Tso , Andrew Morton , Hugh Dickins , Rik van Riel , Johannes Weiner , Bernd Schubert , David Howells , Trond Myklebust , Linux-fsdevel , Linux-ext4 , LKML , Linux-mm Subject: Re: [RFC PATCH 0/3] Obey mark_page_accessed hint given by filesystems Message-ID: <20130501080819.GF11497@suse.de> References: <1367253119-6461-1-git-send-email-mgorman@suse.de> <5180B601.8080005@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <5180B601.8080005@gmail.com> 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: 1065 Lines: 26 On Wed, May 01, 2013 at 02:28:17PM +0800, Will Huck wrote: > Hi Mel, > On 04/30/2013 12:31 AM, Mel Gorman wrote: > >Andrew Perepechko reported a problem whereby pages are being prematurely > >evicted as the mark_page_accessed() hint is ignored for pages that are > >currently on a pagevec -- http://www.spinics.net/lists/linux-ext4/msg37340.html . > >Alexey Lyahkov and Robin Dong have also reported problems recently that > >could be due to hot pages reaching the end of the inactive list too quickly > >and be reclaimed. > > Both shrink_active_list and shrink_inactive_list can call > lru_add_drain(), why the hot pages can't be mark Actived during this > time? > Because by then it's not known that the filesystem had called mark_page_accessed() to indicate the page should be activated. -- 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/