Btrfs: stop spinning on mutex_trylock and let the adaptive code spin for us
authorChris Mason <chris.mason@oracle.com>
Wed, 14 Jan 2009 18:40:46 +0000 (13:40 -0500)
committerIngo Molnar <mingo@elte.hu>
Thu, 15 Jan 2009 09:53:00 +0000 (10:53 +0100)
Mutexes now spin internally and the btrfs spin is no longer required for
performance.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found