git: kernel - Fix vkernel lwp stuck thread bug

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Matthew Dillon
Date: Monday, January 3, 2011 - 9:24 pm

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/7e8888ce7f674f2071ff724ef17afa...


-- 
DragonFly BSD source repository
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git: kernel - Fix vkernel lwp stuck thread bug, Matthew Dillon, (Mon Jan 3, 9:24 pm)