From owner-freebsd-current@FreeBSD.ORG Thu Oct 18 06:00:04 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 62B93128; Thu, 18 Oct 2012 06:00:04 +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 EF53A8FC08; Thu, 18 Oct 2012 06:00:03 +0000 (UTC) Received: from micro.madpilot.net (localhost [127.0.0.1]) by micro.madpilot.net (Postfix) with ESMTP id 3Xj0364lmnz32Q; Thu, 18 Oct 2012 08:00:02 +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=1350540000; x=1352354401; bh=hOrZ8kagDxapmOYOsI9JLYgwKJiMnU0eL/Os9Hm4b3I=; b= sBUYZgHuPQcfN9XHiVn+p+9wtIuSR4wn+dWL4JdZ22HvNC7YDUvjernYXa24UHo1 tGEILDwVdfwauMMm5vM8Xg5vmvkk9L4zSOw0Pi1qnV7m7T7ia2TBV1rm/vPX/9ht VCsOldnrBdFLY+XkWoI8TB9OFU5E6gfy9ctBnwnWm3E= 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 WUlAD9y2N9Az; Thu, 18 Oct 2012 08:00:00 +0200 (CEST) Received: from marvin.madpilot.net (localhost [127.0.0.1]) by micro.madpilot.net (Postfix) with ESMTP; Thu, 18 Oct 2012 08:00:00 +0200 (CEST) Message-ID: <507F9AE0.7060500@madpilot.net> Date: Thu, 18 Oct 2012 08:00:00 +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 [solved] References: <507EE9C1.7060800@madpilot.net> <507F1D9E.3010803@FreeBSD.org> <507F26F7.8090302@FreeBSD.org> <507F308F.90203@madpilot.net> <507F3124.6060806@madpilot.net> In-Reply-To: <507F3124.6060806@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: Thu, 18 Oct 2012 06:00:04 -0000 On 10/18/12 00:28, Guido Falsi wrote: > 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! > Just a quick reply to note that after updating the problem is now solved. Thanks again! -- Guido Falsi