Date: Sun, 9 Jan 2005 05:10:43 +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_pcb.c Message-ID: <200501090510.j095AhO3041687@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-01-09 05:10:43 UTC
FreeBSD src repository
Modified files:
sys/netipx ipx_pcb.c
Log:
Assert or acquire the IPX PCB list lock or IPX PCB locks throughout
the IPX-related PCB routines. In general, the list lock is required
to iterate the PCB list, either for read or write; the PCB lock is
required to access or modify a PCB. To change the binding of a PCB,
both locks must be held.
MFC after: 3 weeks
Revision Changes Path
1.43 +21 -1 src/sys/netipx/ipx_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501090510.j095AhO3041687>
