From owner-cvs-src@FreeBSD.ORG Mon Sep 12 08:22:13 2005 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 9E4DE16A41F; Mon, 12 Sep 2005 08:22:13 +0000 (GMT) (envelope-from dom@helenmarks.co.uk) Received: from mail.helenmarks.co.uk (mail.helenmarks.co.uk [82.68.196.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0168D43D46; Mon, 12 Sep 2005 08:22:12 +0000 (GMT) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mail.helenmarks.co.uk (Postfix) with ESMTP id 12AE92710C02; Mon, 12 Sep 2005 09:22:08 +0100 (BST) Received: from mail.helenmarks.co.uk ([127.0.0.1]) by localhost (mail.helenmarks.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54672-05; Mon, 12 Sep 2005 09:22:04 +0100 (BST) Received: by mail.helenmarks.co.uk (Postfix, from userid 80) id 8B8982710C01; Mon, 12 Sep 2005 09:22:04 +0100 (BST) Received: from graphicaldatacapture-ll-194.altohiway.com ([195.12.22.194]) (SquirrelMail authenticated user dom) by www.helenmarks.co.uk with HTTP; Mon, 12 Sep 2005 09:22:04 +0100 (BST) Message-ID: <3644.195.12.22.194.1126513324.squirrel@www.helenmarks.co.uk> In-Reply-To: <200509111155.j8BBtdmg032267@repoman.freebsd.org> References: <200509111155.j8BBtdmg032267@repoman.freebsd.org> Date: Mon, 12 Sep 2005 09:22:04 +0100 (BST) From: "Dominic Marks" To: "Max Laier" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: By ClamAV 0.85.1 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/contrib/pf/net if_pfsync.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: Mon, 12 Sep 2005 08:22:13 -0000 Max Laier wrote: > mlaier 2005-09-11 11:55:39 UTC > > FreeBSD src repository > > Modified files: > sys/contrib/pf/net if_pfsync.c > Log: > Stop leaking a lock. This used to cause a propagate_priority() page > fault > when setting syncdev and syncpeer. > > Reported by: Dominic Marks All is well again. Thanks for the fast diagnosis. > Revision Changes Path > 1.23 +3 -3 src/sys/contrib/pf/net/if_pfsync.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > -- Dominic Marks