From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx103.postini.com [74.125.245.103]) by kanga.kvack.org (Postfix) with SMTP id 505FC6B005A for ; Sun, 2 Dec 2012 10:10:54 -0500 (EST) Received: by mail-ea0-f169.google.com with SMTP id a12so1026376eaa.14 for ; Sun, 02 Dec 2012 07:10:52 -0800 (PST) Date: Sun, 2 Dec 2012 16:10:48 +0100 From: Ingo Molnar Subject: Re: [PATCH 1/2] mm/rmap: Convert the struct anon_vma::mutex to an rwsem Message-ID: <20121202151048.GA12911@gmail.com> References: <1354305521-11583-1-git-send-email-mingo@kernel.org> <20121201094927.GA12366@gmail.com> <20121201122649.GA20322@gmail.com> <20121201184135.GA32449@gmail.com> <20121201201030.GA2704@gmail.com> <50BA6649.7050103@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50BA6649.7050103@redhat.com> Sender: owner-linux-mm@kvack.org List-ID: To: Rik van Riel Cc: Linus Torvalds , Linux Kernel Mailing List , linux-mm , Peter Zijlstra , Paul Turner , Lee Schermerhorn , Christoph Lameter , Mel Gorman , Andrew Morton , Andrea Arcangeli , Thomas Gleixner , Johannes Weiner , Hugh Dickins * Rik van Riel wrote: > On 12/01/2012 03:10 PM, Ingo Molnar wrote: > > > >Convert the struct anon_vma::mutex to an rwsem, which will help > >in solving a page-migration scalability problem. (Addressed in > >a separate patch.) > > > >The conversion is simple and straightforward: in every case > >where we mutex_lock()ed we'll now down_write(). > > > >Suggested-by: Linus Torvalds > >Cc: Andrew Morton > >Cc: Peter Zijlstra > >Cc: Andrea Arcangeli > >Cc: Rik van Riel > >Cc: Mel Gorman > >Cc: Hugh Dickins > >Signed-off-by: Ingo Molnar > > Reviewed-by: Rik van Riel Thanks Rik! Ingo -- 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