From owner-cvs-all Thu Jun 13 16:15:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C91B37B431; Thu, 13 Jun 2002 16:14:59 -0700 (PDT) Received: (from hsu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5DNExo12847; Thu, 13 Jun 2002 16:14:59 -0700 (PDT) (envelope-from hsu) Message-Id: <200206132314.g5DNExo12847@freefall.freebsd.org> From: Jeffrey Hsu Date: Thu, 13 Jun 2002 16:14:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_usrreq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hsu 2002/06/13 16:14:58 PDT Modified files: sys/netinet tcp_usrreq.c Log: Because we're holding an exclusive write lock on the head, references to the new inp cannot leak out even though it has been placed on the head list. Revision Changes Path 1.76 +0 -3 src/sys/netinet/tcp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message