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

git: network - Fix issue with recent unix domain socket gc fixes


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 23 Oct 2010 10:53:16 -0700 (PDT)

commit 6aaa730aeeca94113b62d900248fef90fdf16405
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Sat Oct 23 10:51:06 2010 -0700

    network - Fix issue with recent unix domain socket gc fixes
    
    * The gc's tracking of the deferral count could get out of sync and wind
      up looping forever due to the (now necessary) tsleep between loops.
    
    * Fix by recalculating the count on each loop.

Summary of changes:
 sys/kern/uipc_usrreq.c |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6aaa730aeeca94113b62d900248fef90fdf16405


-- 
DragonFly BSD source repository



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