Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2004 16:28:06 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_witness.c
Message-ID:  <200406022328.i52NS61A001937@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406022328.i52NS61A001937>