Avoid interleaving of mutexes that would leave is with the wrong spl after
authorkettenis <kettenis@openbsd.org>
Mon, 19 Jul 2010 21:39:15 +0000 (21:39 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 19 Jul 2010 21:39:15 +0000 (21:39 +0000)
commit1d5d36d3f7340d88d1aed888fe152c3e53842324
tree25aeadd0c33b6e467802f90705195a82e367f9f0
parentb998c354ab4c81030453102b74fbeb568ae35772
Avoid interleaving of mutexes that would leave is with the wrong spl after
calling bufq_quiesce().  Problem spotted by matthew@.

ok matthew@, thib@
sys/kern/kern_bufq.c