From owner-cvs-all@FreeBSD.ORG Sun Mar 13 18:12:04 2005 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 ACA1916A4CE; Sun, 13 Mar 2005 18:12:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8057243D5C; Sun, 13 Mar 2005 18:12:04 +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 j2DIC4aK070546; Sun, 13 Mar 2005 18:12:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DIC4aQ070545; Sun, 13 Mar 2005 18:12:04 GMT (envelope-from rwatson) Message-Id: <200503131812.j2DIC4aQ070545@repoman.freebsd.org> From: Robert Watson Date: Sun, 13 Mar 2005 18:12:04 +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/contrib/ipfilter/netinet fil.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: Sun, 13 Mar 2005 18:12:04 -0000 rwatson 2005-03-13 18:12:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/ipfilter/netinet fil.c Log: Forced commit to note that the previous revision to fil.c included a merge from HEAD to RELENG_5 of fil.c:1.43: Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter where we loop through all the list of NICs (struct ifnet), holding the lock on it and then do a name lookup with ifunit() whilst holding it. Approved by: re (kensmith) Revision Changes Path 1.39.2.3 +1 -1 src/sys/contrib/ipfilter/netinet/fil.c