Date: Sun, 22 Aug 2004 20:07:50 +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: <200408222007.i7MK7oTH043212@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-08-22 20:07:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet6 in6_pcb.c Log: MT5 in6_pcb.c:1.60: date: 2004/08/21 17:38:48; author: rwatson; state: Exp; lines: +5 -3 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 Approved by: re (kensmith) Revision Changes Path 1.59.2.1 +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?200408222007.i7MK7oTH043212>