From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753611Ab1DSUIv (ORCPT ); Tue, 19 Apr 2011 16:08:51 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:39914 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752505Ab1DSUIt (ORCPT ); Tue, 19 Apr 2011 16:08:49 -0400 Date: Tue, 19 Apr 2011 13:07:32 -0700 From: Andrew Morton To: Peter Zijlstra Cc: Andrea Arcangeli , Avi Kivity , Thomas Gleixner , Rik van Riel , Ingo Molnar , Linus Torvalds , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, Benjamin Herrenschmidt , David Miller , Hugh Dickins , Mel Gorman , Nick Piggin , Paul McKenney , Yanmin Zhang , Hugh Dickins Subject: Re: [PATCH 19/20] mm: Convert anon_vma->lock to a mutex Message-Id: <20110419130732.da620ce7.akpm@linux-foundation.org> In-Reply-To: <20110401121726.230302401@chello.nl> References: <20110401121258.211963744@chello.nl> <20110401121726.230302401@chello.nl> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 01 Apr 2011 14:13:17 +0200 Peter Zijlstra wrote: > Straight fwd conversion of anon_vma->lock to a mutex. What workloads do we expect might be adversely affected by this? Were such workloads tested? With what results?