Date: Mon, 23 Feb 2009 22:57:55 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet in_rmx.c Message-ID: <200902232258.n1NMw0OC036031@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-02-23 22:57:55 UTC FreeBSD src repository Modified files: sys/netinet in_rmx.c Log: SVN rev 188962 on 2009-02-23 22:57:55Z by rwatson In in_rtqkill(), assert the radix head lock, and pass RTF_RNH_LOCKED to in_rtrequest(); the radix head lock is already acquired before rnh_walktree is called in in_rtqtimo_one(). This avoids a recursive acquisition that is no longer permitted in 8.x due to use of an rwlock for the radix head lock. Reported by: dikshie <dikshie at gmail.com> MFC after: 3 days Revision Changes Path 1.68 +4 -1 src/sys/netinet/in_rmx.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902232258.n1NMw0OC036031>