On Mon, 12 Jan 2009, Peter Zijlstra wrote: > > Change mutex contention behaviour such that it will sometimes busy wait on > acquisition - moving its behaviour closer to that of spinlocks. This version seems worse in so many ways. You made the mutex bigger, for no obvious reason. You made it back into the locked version. You have unnecessary preempt_enable/preempt_disable calls in functions that need to be called (and are called) with preemption already disabled. Things seem to be going backwards. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html