kernel - Fix vkernel lwp stuck thread bug
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 4 Jan 2011 04:22:47 +0000 (20:22 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 4 Jan 2011 04:22:47 +0000 (20:22 -0800)
commit7e8888ce7f674f2071ff724ef17afa053eadd953
tree9d1f85d2ba20bc22e966af878e7a0f49f88e86a4
parent7d29aec0416d99437a6ab81ed199894e846ca2e6
kernel - Fix vkernel lwp stuck thread bug

* Fix a tsleep hz / 100 which calculates to 0 due to the vkernel's 20hz
  tick rate.  This could cause threads running under the vkernel to get
  stuck.
sys/kern/vfs_bio.c