K 10 svn:author V 3 jhb K 8 svn:date V 27 2003-03-04T20:30:30.000000Z K 7 svn:log V 318 Properly assert that mtx_trylock() is not called on a mutex we already owned. Previously the KASSERT would only trigger if we successfully acquired a lock that we already held. However, _obtain_lock() fails to acquire locks that we already hold, so the KASSERT was never checked in the case it was supposed to fail. END