Date: Fri, 18 Jun 2004 20:22:21 +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: <200406182022.i5IKMLGf036387@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@ceribus.net> Revision Changes Path 1.102 +1 -1 src/sys/netinet/tcp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406182022.i5IKMLGf036387>