cvs commit: src/sys/netinet6 in6_pcb.c
Robert Watson
rwatson at FreeBSD.org
Sun Aug 22 13:07:51 PDT 2004
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
More information about the cvs-src
mailing list