Date: Mon, 3 Apr 2006 11:57:13 +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_subr.c Message-ID: <200604031157.k33BvDxp082835@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-04-03 11:57:13 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_subr.c
Log:
Fix up locking surrounding tcp_drop sysctl: in the new world order, we
don't free inpcbs until after the socket is closed, so we always need
to unlock an inpcb after calling tcp_drop() on it.
MFC after: 3 months
Revision Changes Path
1.240 +8 -8 src/sys/netinet/tcp_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604031157.k33BvDxp082835>
