From owner-svn-src-head@FreeBSD.ORG Tue Sep 8 05:03:38 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 6B2191065670; Tue, 8 Sep 2009 05:03:38 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (chello087206049004.chello.pl [87.206.49.4]) by mx1.freebsd.org (Postfix) with ESMTP id AC78F8FC1A; Tue, 8 Sep 2009 05:03:36 +0000 (UTC) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 38FFD45CA6; Tue, 8 Sep 2009 07:03:34 +0200 (CEST) Received: from localhost (chello087206049004.chello.pl [87.206.49.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 191074569A; Tue, 8 Sep 2009 07:03:29 +0200 (CEST) Date: Tue, 8 Sep 2009 07:03:30 +0200 From: Pawel Jakub Dawidek To: Dmitry Morozovsky Message-ID: <20090908050330.GE1574@garage.freebsd.pl> References: <200909072158.n87LwsQR027945@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uh9ZiVrAOUUm9fzH" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 8.0-CURRENT i386 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.6 required=4.5 tests=BAYES_00,RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 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-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: Tue, 08 Sep 2009 05:03:38 -0000 --uh9ZiVrAOUUm9fzH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 08, 2009 at 02:59:15AM +0400, Dmitry Morozovsky wrote: >=20 > Pawel, >=20 >=20 > On Mon, 7 Sep 2009, Pawel Jakub Dawidek wrote: >=20 > 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>=20 > 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() + av= l_insert()). > PJD> =20 > PJD> Fix similar case in the code that is currently commented out. >=20 > Any chance it would fix my panic reported this spring? I'm sorry, but no. Your panic was related to ZAP code. We can still try to debug it further if you still have this file system somewhere, but last I remember your mail server was refusing e-mails from me. If that's still the case and you read this e-mail from the mailing list could you check logs of your e-mail server and whitelist my? I have many problems because reverse DNS for my IP has *dsl* in it, which is often interpreted as dynamic IP address. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --uh9ZiVrAOUUm9fzH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFKpeWiForvXbEpPzQRAkypAJ9M1LQFj9a+XWZA7s6pvxytadAppgCeIB/3 4A6L7NJE9GcVhotuBRRc38c= =F5qA -----END PGP SIGNATURE----- --uh9ZiVrAOUUm9fzH--