Date: Thu, 6 Jan 2005 13:18:18 +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/netipx ipx_outputfl.c ipx_pcb.c Message-ID: <200501061318.j06DIIwZ013609@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-01-06 13:18:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netipx ipx_outputfl.c ipx_pcb.c Log: Mege ipx_outputfl.c:1.21 and ipx_pcb.c:1.36 from HEAD to RELENG_5: date: 2005/01/02 01:47:56; author: rwatson; state: Exp; lines: +1 -1 date: 2005/01/02 01:47:56; author: rwatson; state: Exp; lines: +1 -1 Use RTFREE() to free route references rather than rtfree(), as rtfree() expects a locked route reference. This removes a panic that occurs when connected ipxpcb is closed and its route free'd, and may have been present since the route locking took place. MFC after: 2 weeks RELENG_5_3 candidate. Revision Changes Path 1.19.4.1 +1 -1 src/sys/netipx/ipx_outputfl.c 1.28.2.2 +1 -1 src/sys/netipx/ipx_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501061318.j06DIIwZ013609>