Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 2006 09:31:35 +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/netinet tcp_usrreq.c
Message-ID:  <200606040931.k549VZQZ060157@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-06-04 09:31:35 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_usrreq.c 
  Log:
  Push acquisition of pcbinfo lock out of tcp_usr_attach() into
  tcp_attach() after the call to soreserve(), as it doesn't require
  the global lock.  Rearrange inpcb locking here also.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.137     +8 -6      src/sys/netinet/tcp_usrreq.c



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