From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [GIT PULL] adaptive spinning mutexes Date: Thu, 15 Jan 2009 10:53:21 +0100 Message-ID: <20090115095321.GC5833@elte.hu> References: <1231774622.4371.96.camel@laptop> <1231859742.442.128.camel@twins> <1231863710.7141.3.camel@twins> <1231864854.7141.8.camel@twins> <1231867314.7141.16.camel@twins> <1231952436.14825.28.camel@laptop> <20090114183319.GA18630@elte.hu> <1231958447.8269.30.camel@think.oraclecorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds , Peter Zijlstra , "Paul E. McKenney" , Gregory Haskins , Matthew Wilcox , Andi Kleen , Andrew Morton , Linux Kernel Mailing List , linux-fsdevel , linux-btrfs , Thomas Gleixner , Nick Piggin , Peter Morreale , Sven Dietrich , Dmitry Adamushko , Johannes Weiner To: Chris Mason Return-path: In-Reply-To: <1231958447.8269.30.camel@think.oraclecorp.com> List-ID: * Chris Mason wrote: > On Wed, 2009-01-14 at 19:33 +0100, Ingo Molnar wrote: > > * Peter Zijlstra wrote: > > > > > Full series, including changelogs available at: > > > > > > http://programming.kicks-ass.net/kernel-patches/mutex-adaptive-spin/ > > > > > > and should shortly appear in a git tree near Ingo :-) > > > > Linus, > > > > Please pull the adaptive-mutexes-for-linus git tree from: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git adaptive-mutexes-for-linus > > > > I was going to put this into the btrfs tree, but since you have a branch > just for adaptive mutexes, is it easier to put there? > > From: Chris Mason > > Btrfs: stop spinning on mutex_trylock and let the adaptive code spin for us > > Mutexes now spin internally and the btrfs spin is no longer required for > performance. > > Signed-off-by: Chris Mason applied it to tip/core/locking, thanks Chris! Ingo