cvs commit: src/sys/kern subr_witness.c
Robert Watson
rwatson at FreeBSD.org
Wed Jun 2 16:28:07 PDT 2004
rwatson 2004/06/02 16:28:06 PDT
FreeBSD src repository
Modified files:
sys/kern subr_witness.c
Log:
Expand the hard-coded WITNESS lock order to include the following
relationships:
Sockets: filedesc->accept->sellck
Routing: radix node head->rtentry->ifaddr
UDP: udp->udpinp
TCP: tcp->tcpinp
SLIP: slip_mtx->slip sc_mtx
Drop in a place holder section for UNIX domain sockets. Various
sections to be expanded over the next few days.
Revision Changes Path
1.172 +35 -0 src/sys/kern/subr_witness.c
More information about the cvs-src
mailing list