For now just use lwkt_gettoken() rather then a trytoken/gettoken combination.
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 13 Jul 2005 16:06:04 +0000 (16:06 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 13 Jul 2005 16:06:04 +0000 (16:06 +0000)
commit539856861eb13bb13214fec606d7aaf20c8269db
treeb2d95fe705e814d1742cdd39fc10566898f1f3f9
parent61d468766c78c4feeb75815c71b233f8b94a2617
For now just use lwkt_gettoken() rather then a trytoken/gettoken combination.
This is as part of an attempt to debug a potential issue with the objcache.
sys/kern/kern_objcache.c