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

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Oct 24 09:39:35 PDT 2010


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


-- 
DragonFly BSD source repository





More information about the Commits mailing list