DragonFly commits List (threaded) for 2010-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: DragonFly_RELEASE_2_8 network - Fix issue with recent unix domain socket gc fixes
commit af244385356ffbab2fbbac5ab0343856d13b0bf7
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/af244385356ffbab2fbbac5ab0343856d13b0bf7
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]