Date: Sun, 7 Jun 2009 20:38:41 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/rpc svc.c Message-ID: <200906072038.n57KcqqK081438@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2009-06-07 20:38:41 UTC FreeBSD src repository Modified files: sys/rpc svc.c Log: SVN rev 193649 on 2009-06-07 20:38:41Z by rmacklem Add a check to xprt_unregister() to catch the case where another thread has already unregistered the structure. Also add a KASSERT() to xprt_unregister_locked() to check that the structure hasn't already been unregistered. Reviewed by: jhb Tested by: pho Approved by: kib (mentor) Revision Changes Path 1.6 +7 -0 src/sys/rpc/svc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906072038.n57KcqqK081438>