From owner-cvs-src@FreeBSD.ORG Thu Oct 5 09:48:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F40B16A412; Thu, 5 Oct 2006 09:48:26 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1BE043D53; Thu, 5 Oct 2006 09:48:25 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k959mPCA045515; Thu, 5 Oct 2006 09:48:25 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k959mPVY045514; Thu, 5 Oct 2006 09:48:25 GMT (envelope-from oleg) Message-Id: <200610050948.k959mPVY045514@repoman.freebsd.org> From: Oleg Bulyzhin Date: Thu, 5 Oct 2006 09:48:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_fil_freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 09:48:26 -0000 oleg 2006-10-05 09:48:25 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_fil_freebsd.c Log: Workaround bad locking design: do not try to lock/unlock destroyed/non-existsing mutex. PR: kern/103569 Reviewed by: guido Approved by: glebius (mentor) Silence from: darrenr MFC: 2 week Revision Changes Path 1.5 +9 -3 src/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c