git: kernel - Fix vkernel lwp stuck thread bug

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jan 3 20:26:17 PST 2011


commit 7e8888ce7f674f2071ff724ef17afa053eadd953
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list