From owner-svn-src-head@FreeBSD.ORG Thu Jul 9 20:23:02 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D8B31065670; Thu, 9 Jul 2009 20:23:02 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 47F288FC1D; Thu, 9 Jul 2009 20:23:01 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 6CFF39CB124; Thu, 9 Jul 2009 22:21:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WHpiK0JJ7gO7; Thu, 9 Jul 2009 22:21:28 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 292C89CB26E; Thu, 9 Jul 2009 22:21:28 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n69KLScM000798; Thu, 9 Jul 2009 22:21:28 +0200 (CEST) (envelope-from rdivacky) Date: Thu, 9 Jul 2009 22:21:28 +0200 From: Roman Divacky To: Pawel Jakub Dawidek Message-ID: <20090709202128.GA463@freebsd.org> References: <200907092022.n69KM5Pq096177@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200907092022.n69KM5Pq096177@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r195515 - in head/cddl/contrib/opensolaris: head lib/libzpool/common lib/libzpool/common/sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 20:23:02 -0000 On Thu, Jul 09, 2009 at 08:22:05PM +0000, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Thu Jul 9 20:22:05 2009 > New Revision: 195515 > URL: http://svn.freebsd.org/changeset/base/195515 > > Log: > The mutex_owned() macro should operate on kmutex_t and not on mutex_t. > This fixes 'zdb ' crash. > > Reported by: avg > Approved by: re (kib) no MFC of this?