Searched hist:193603 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/rpc/
H A Dsvc.cdiff 193603 Sun Jun 07 01:22:33 MDT 2009 rmacklem Fix a lockorder reversal I introduced in r193436 when I moved the
mtx_destroy() of the pool mutex to after SVC_RELEASE(), because
the pool mutex was still locked when soclose() was called by svc_dg_destroy().
To fix this, an mtx_unlock() was added where mtx_destroy() was before
r193436.

Reviewed by: jhb
Tested by: pho
Approved by: rwatson (mentor)

Completed in 95 milliseconds