Date: Fri, 20 Nov 2009 06:54:47 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet6 nd6.c Message-ID: <200911200655.nAK6t8s2038370@repoman.freebsd.org>
index | next in thread | raw e-mail
ume 2009-11-20 06:54:47 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/netinet6 nd6.c
Log:
SVN rev 199567 on 2009-11-20 06:54:47Z by ume
MFC r199225:
- We are not guaranteed that we're not dropping a reference that
we did not add. Call LLE_REMREF() only when callout_stop()
actually canceled a pending callout.
- callout_reset() may cancel a pending callout. When
callout_reset() canceled a pending callout, call LLE_REMREF()
to drop a reference for the canceled callout.
Revision Changes Path
1.123.2.5 +10 -11 src/sys/netinet6/nd6.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911200655.nAK6t8s2038370>
