rwatson 2006-03-24 00:26:26 UTC
FreeBSD src repository
Modified files:
sys/netipx spx_usrreq.c
Log:
Protect spx_iss using its own mutex, spx_mtx, rather than piggy-backing
on the global IPX mutex, which is not held at all necessary strategic
points.
MFC after: 1 month
Revision Changes Path
1.70 +11 -1 src/sys/netipx/spx_usrreq.c