From owner-cvs-all@FreeBSD.ORG Sat Dec 25 22:27:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A33FD16A4CE; Sat, 25 Dec 2004 22:27:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CD3D43D1F; Sat, 25 Dec 2004 22:27:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBPMRugS069343; Sat, 25 Dec 2004 22:27:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBPMRu7j069342; Sat, 25 Dec 2004 22:27:56 GMT (envelope-from rwatson) Message-Id: <200412252227.iBPMRu7j069342@repoman.freebsd.org> From: Robert Watson Date: Sat, 25 Dec 2004 22:27:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2004 22:27:56 -0000 rwatson 2004-12-25 22:27:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_input.c Log: Merge portions of tcp_input.c:1.255 from HEAD to RELENG_5: date: 2004/11/07 19:19:35; author: rwatson; state: Exp; lines: +5 -6 ... Free the mbuf at the end of tcp_input after releasing any held locks to reduce the time the locks are held. MFC after: 3 weeks Revision Changes Path 1.252.2.5 +2 -2 src/sys/netinet/tcp_input.c