看板 DFBSD_commit 關於我們 聯絡資訊
commit 7e8888ce7f674f2071ff724ef17afa053eadd953 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Jan 3 20:22:47 2011 -0800 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. Summary of changes: sys/kern/vfs_bio.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7e8888ce7f674f2071ff724ef17afa053eadd953 -- DragonFly BSD source repository