From owner-cvs-src@FreeBSD.ORG Wed Apr 6 06:49:46 2005 Return-Path: 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 D0AEB16A4CE; Wed, 6 Apr 2005 06:49:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A405C43D39; Wed, 6 Apr 2005 06:49:46 +0000 (GMT) (envelope-from jeff@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 j366nkx1019646; Wed, 6 Apr 2005 06:49:46 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j366nk6Q019645; Wed, 6 Apr 2005 06:49:46 GMT (envelope-from jeff) Message-Id: <200504060649.j366nk6Q019645@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 6 Apr 2005 06:49:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 06 Apr 2005 06:49:47 -0000 jeff 2005-04-06 06:49:46 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Assert that the bufobj matches in flushbuflists. I still haven't gotten to root cause on exactly how this happens. - If the assert is disabled, we presently try to handle this case, but the BUF_UNLOCK was missing. Thus, if this condition ever hit we would leak a buf lock. Many thanks to Peter Holm for all his help in finding this bug. He really put more effort into it than I did. Revision Changes Path 1.612 +3 -0 src/sys/kern/vfs_subr.c