git: kernel - Fix vkernel lwp stuck thread bug

看板DFBSD_commit作者時間15年前 (2011/01/04 12:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1D8gB79Z (DFBSD_commit)