network - Fix issue with recent unix domain socket gc fixes
commit6aaa730aeeca94113b62d900248fef90fdf16405
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 23 Oct 2010 17:51:06 +0000 (23 10:51 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 23 Oct 2010 17:51:06 +0000 (23 10:51 -0700)
treed5aa36219036851ce9b4eb04ec6c93160c6e599c
parentb25897b2b82410e3c93fd1ff80fad7884413cc72
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.
sys/kern/uipc_usrreq.c