Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754784Ab0DWDjj (ORCPT ); Thu, 22 Apr 2010 23:39:39 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:40419 "EHLO e5.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754285Ab0DWDjh (ORCPT ); Thu, 22 Apr 2010 23:39:37 -0400 Date: Thu, 22 Apr 2010 20:39:33 -0700 From: "Paul E. McKenney" To: Christoph Lameter Cc: Minchan Kim , KAMEZAWA Hiroyuki , Mel Gorman , Andrew Morton , Andrea Arcangeli , Adam Litke , Avi Kivity , David Rientjes , KOSAKI Motohiro , Rik van Riel , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 04/14] mm,migration: Allow the migration of PageSwapCache pages Message-ID: <20100423033933.GA2619@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20100421153421.GM30306@csn.ul.ie> <20100422092819.GR30306@csn.ul.ie> <20100422184621.0aaaeb5f.kamezawa.hiroyu@jp.fujitsu.com> <20100422193106.9ffad4ec.kamezawa.hiroyu@jp.fujitsu.com> <20100422195153.d91c1c9e.kamezawa.hiroyu@jp.fujitsu.com> <1271946226.2100.211.camel@barrios-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Content-Length: 1050 Lines: 27 On Thu, Apr 22, 2010 at 10:14:04AM -0500, Christoph Lameter wrote: > On Thu, 22 Apr 2010, Minchan Kim wrote: > > > For further optimization, we can hold vma->adjust_lock if vma_address > > returns -EFAULT. But I hope we redesigns it without new locking. > > But I don't have good idea, now. :( > > You could make it atomic through the use of RCU. > > Create a new vma entry with the changed parameters and then atomically > switch to the new vma. > > Problem is that you have some list_heads in there. Indeed, it would be necessary to update -all- pointers to the old vma entry to point to the new vma entry. The question at that point will be "is it OK to switch the pointers over one at a time?" In many situations, the answer is "yes", but it is necessary to check carefully. Thanx, Paul -- 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/