Date: Sat, 21 Aug 2004 17:38:48 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 in6_pcb.c Message-ID: <200408211738.i7LHcmJk085211@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-08-21 17:38:48 UTC FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c Log: When notifying protocol components of an event on an in6pcb, use the result of the notify() function to decide if we need to unlock the in6pcb or not, rather than always unlocking. Otherwise, we may unlock and already unlocked in6pcb. Reported by: kuriyama, Gordon Bergling <gbergling at 0xfce3.net> Tested by: kuriyama, Gordon Bergling <gbergling at 0xfce3.net> Discussed with: mdodd Revision Changes Path 1.60 +5 -3 src/sys/netinet6/in6_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408211738.i7LHcmJk085211>