DragonFly BSD
DragonFly commits List (threaded) for 2011-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - Fix vkernel lwp stuck thread bug


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 3 Jan 2011 20:24:51 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]