From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: Re: [PATCH 05/10] vmscan: Synchrounous lumpy reclaim use lock_page() instead trylock_page() Date: Wed, 8 Sep 2010 19:28:35 +0800 Message-ID: <20100908112835.GB7597@localhost> References: <1283770053-18833-1-git-send-email-mel@csn.ul.ie> <1283770053-18833-6-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 , Minchan Kim , Andrea Arcangeli , KAMEZAWA Hiroyuki , KOSAKI Motohiro , Dave Chinner , Chris Mason , Christoph Hellwig , Andrew Morton To: Mel Gorman Return-path: Content-Disposition: inline In-Reply-To: <1283770053-18833-6-git-send-email-mel@csn.ul.ie> Sender: owner-linux-mm@kvack.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Sep 06, 2010 at 06:47:28PM +0800, Mel Gorman wrote: > From: KOSAKI Motohiro > > With synchrounous lumpy reclaim, there is no reason to give up to reclaim > pages even if page is locked. This patch uses lock_page() instead of > trylock_page() in this case. > > Signed-off-by: KOSAKI Motohiro > Signed-off-by: Mel Gorman Acked-by: Wu Fengguang -- 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