From owner-svn-src-all@FreeBSD.ORG Mon Sep 7 22:59:18 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A3CF106566B; Mon, 7 Sep 2009 22:59:18 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 839F38FC08; Mon, 7 Sep 2009 22:59:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n87MxFv7044813; Tue, 8 Sep 2009 02:59:15 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Tue, 8 Sep 2009 02:59:15 +0400 (MSD) From: Dmitry Morozovsky To: Pawel Jakub Dawidek In-Reply-To: <200909072158.n87LwsQR027945@svn.freebsd.org> Message-ID: References: <200909072158.n87LwsQR027945@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Tue, 08 Sep 2009 02:59:15 +0400 (MSD) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r196954 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2009 22:59:18 -0000 Pawel, On Mon, 7 Sep 2009, Pawel Jakub Dawidek wrote: PJD> Author: pjd PJD> Date: Mon Sep 7 21:58:54 2009 PJD> New Revision: 196954 PJD> URL: http://svn.freebsd.org/changeset/base/196954 PJD> PJD> Log: PJD> If we have to use avl_find(), optimize a bit and use avl_insert() instead of PJD> avl_add() (the latter is actually a wrapper around avl_find() + avl_insert()). PJD> PJD> Fix similar case in the code that is currently commented out. Any chance it would fix my panic reported this spring? Thanks! -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------