Date: Sun, 7 Jun 2009 01:06:56 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/rpc svc.c Message-ID: <200906070107.n5717C4B007271@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2009-06-07 01:06:56 UTC
FreeBSD src repository
Modified files:
sys/rpc svc.c
Log:
SVN rev 193603 on 2009-06-07 01:06:56Z by 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)
Revision Changes Path
1.5 +1 -0 src/sys/rpc/svc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906070107.n5717C4B007271>
