From owner-freebsd-stable@FreeBSD.ORG Tue Jan 26 17:21:15 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4B22106566B; Tue, 26 Jan 2010 17:21:15 +0000 (UTC) (envelope-from artemb@gmail.com) Received: from mail-iw0-f204.google.com (mail-iw0-f204.google.com [209.85.223.204]) by mx1.freebsd.org (Postfix) with ESMTP id 7AD8B8FC1D; Tue, 26 Jan 2010 17:21:15 +0000 (UTC) Received: by iwn42 with SMTP id 42so1778565iwn.9 for ; Tue, 26 Jan 2010 09:21:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=yFHOCEkQJ9jgtAe6gTNyZeEgpANI/AW8lWIxfJi+IF4=; b=VZIgharSlb5WoUmZfuh57G8FNhCnvDyeqgEibOMa3p7EdVvqXbNnfXRAuNN8NfD5Wt H6AwtaHYzowcQuAfJG0X9W/i/r29Gh6rGhZzc9cNKZc2Uqk+Q4SsrR7t/YfVwHpPxykh vlzyw17jAw5YujYUBjJRKqfGZD4xuctNO3JnQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=YUiNocqyY2H34uDzefhmAABq6sVgFPYyYKEMoMt3YTKz8yTETqYQ4o40XqK1aOXhix Zkim1SJWx1pCj0afCioVx9TB5p2PmLMdzhjneghGAYPEJt9EY1ooRrHUWAghiTkO0074 qrOio8V2OE4wpt3fwN7kJPuadpEuooKOH77bY= MIME-Version: 1.0 Sender: artemb@gmail.com Received: by 10.231.168.136 with SMTP id u8mr406870iby.56.1264526474163; Tue, 26 Jan 2010 09:21:14 -0800 (PST) In-Reply-To: References: <20100125191030.GG1643@garage.freebsd.pl> <20100126120030.15496xfctb8icfk8@webmail.leidinger.net> Date: Tue, 26 Jan 2010 09:21:14 -0800 X-Google-Sender-Auth: 7712a69f59edf37d Message-ID: From: Artem Belevich To: Dmitry Morozovsky Content-Type: text/plain; charset=ISO-8859-1 Cc: Alexander Leidinger , Pawel Jakub Dawidek , freebsd-stable@freebsd.org Subject: Re: ZFS panic on RELENG_7/i386 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2010 17:21:15 -0000 > will do, thank you. is fletcher4 faster? Not necessarily. But it does work as a checksum much better. See following link for the details. http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6740597 --Artem