Date: Sat, 13 Dec 2008 20:15:42 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet6 in6_rmx.c Message-ID: <200812132015.mBDKFvZ5096473@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kmacy 2008-12-13 20:15:42 UTC FreeBSD src repository Modified files: sys/netinet6 in6_rmx.c Log: SVN rev 186051 on 2008-12-13 20:15:42Z by kmacy in6_addroute is called through rnh_addadr which is always called with the radix node head lock held exclusively. Pass RTF_RNH_LOCKED to rtalloc so that rtalloc1_fib will not try to re-acquire the lock. Revision Changes Path 1.32 +2 -2 src/sys/netinet6/in6_rmx.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812132015.mBDKFvZ5096473>