cvs commit: src/sys/netinet tcp_usrreq.c

Robert Watson rwatson at FreeBSD.org
Fri Jun 18 13:22:41 PDT 2004


rwatson     2004-06-18 20:22:21 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_usrreq.c 
  Log:
  In tcp_ctloutput(), don't hold the inpcb lock over a call to
  ip_ctloutput(), as it may need to perform blocking memory allocations.
  This also improves consistency with locking relative to other points
  that call into ip_ctloutput().
  
  Bumped into by: Grover Lines <grover at ceribus.net>
  
  Revision  Changes    Path
  1.102     +1 -1      src/sys/netinet/tcp_usrreq.c


More information about the cvs-src mailing list