K 10 svn:author V 7 rwatson K 8 svn:date V 27 2008-09-13T00:16:20.090012Z K 7 svn:log V 657 Extend global UNIX domain socket rwlock coverage to include incrementing and decrementing unp_rights, which may otherwise be corrupted. Be slightly more conversative in where we read unp_rights. This relates to one of the symptoms reported in the noted PR, but may not correct the actual high system time problem. The reporter has confirmed stability but not that the problem is eliminated. However, this is a useful fix to a clear locking bug. Note that this is not an MFC as the UNIX domain socket garbage collector has been replaced in 8.x. PR: 127024 Reported by: Anton Yuzhaninov Reviewed by: kib Approved by: re (kib) END