From owner-freebsd-current@FreeBSD.ORG Wed Oct 17 22:28:56 2012 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14730E44; Wed, 17 Oct 2012 22:28:56 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from micro.madpilot.net (micro.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 9C2A38FC08; Wed, 17 Oct 2012 22:28:55 +0000 (UTC) Received: from micro.madpilot.net (localhost [127.0.0.1]) by micro.madpilot.net (Postfix) with ESMTP id 3Xhp2Z4dbKz30Y; Thu, 18 Oct 2012 00:28:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=mail; t=1350512932; x=1352327333; bh=+y+Tg0WCMpHWmzo097XZryTiyUYsKyYJBFK5YieZG/g=; b= lEmzrlk0a5wa37Jgc5sJuKAtPFL1ySnUQUpukmxNgo4vavCHTBiXeq6USnF8s7cB pzyuUXBqhKJKN+meiSCpRnlL6WuBUaY968v4W0xda2qQREAjRZq4uGDAnreo7e5h WMPuNP51vOs6FcySYkJznkvNs+4sAXdoGyVTNz81etk= X-Virus-Scanned: amavisd-new at madpilot.net Received: from micro.madpilot.net ([127.0.0.1]) by micro.madpilot.net (micro.madpilot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id It-slm74CZsa; Thu, 18 Oct 2012 00:28:52 +0200 (CEST) Received: from marvin.madpilot.net (localhost [127.0.0.1]) by micro.madpilot.net (Postfix) with ESMTP; Thu, 18 Oct 2012 00:28:52 +0200 (CEST) Message-ID: <507F3124.6060806@madpilot.net> Date: Thu, 18 Oct 2012 00:28:52 +0200 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121013 Thunderbird/16.0.1 MIME-Version: 1.0 To: Andriy Gapon Subject: Re: Regression with ZFS on recent current References: <507EE9C1.7060800@madpilot.net> <507F1D9E.3010803@FreeBSD.org> <507F26F7.8090302@FreeBSD.org> <507F308F.90203@madpilot.net> In-Reply-To: <507F308F.90203@madpilot.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Martin Matuska , "current@FreeBSD.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2012 22:28:56 -0000 On 10/18/12 00:26, Guido Falsi wrote: >> Oh, hmm, not sure if it is a bug that we imported from upstream or a porting >> mistake. Before r238391 do_prefix variable in zfs_prop_set (in >> cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c) was always initialized. >> Now it is either explicitly set to B_FALSE or left alone uninitialized. >> >> http://svnweb.freebsd.org/base/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c?r1=237119&r2=238391&pathrev=238391 >> > > I can try reverting this diff and see if it solves the problem. Thanks > for pointing out this commit. I'll report back as soon as I have tested > this. > I see a fix has already been committed. I'm updating my sources and trying again. Thank you a lot! -- Guido Falsi