Fix a bug in lwkt_trytoken(), it failed to exit its critical section on
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 1 Oct 2003 22:53:44 +0000 (22:53 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 1 Oct 2003 22:53:44 +0000 (22:53 +0000)
commita015262c6b44c21e6d4cb30a5da70e0019487a42
tree4341388efe3e66cbd8e60f5d5d318222290040f5
parent9d986072356d9a55c32244fca9e34ca2979f3061
Fix a bug in lwkt_trytoken(), it failed to exit its critical section on
failure.  It is supposed to return with a critical section held on success.
sys/kern/lwkt_thread.c