Date: Sat, 6 Dec 2008 19:09:38 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet if_ether.c Message-ID: <200812061909.mB6J9rUs092671@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2008-12-06 19:09:38 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: SVN rev 185713 on 2008-12-06 19:09:38Z by csjp in_rtalloc1(9) returns a locked route, so make sure that we use RTFREE_LOCKED() here. This macro makes sure the reference count on the route is being managed properly. This elimates another case which results in the following message being printed to the console: rtfree: 0xc841ee88 has 1 refs Reviewed by: bz MFC after: 2 weeks Revision Changes Path 1.184 +4 -4 src/sys/netinet/if_ether.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812061909.mB6J9rUs092671>