From owner-freebsd-stable@FreeBSD.ORG Tue Nov 18 10:46:31 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BDA2DFE for ; Tue, 18 Nov 2014 10:46:31 +0000 (UTC) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DCE16149 for ; Tue, 18 Nov 2014 10:46:30 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id l4so17592479lbv.10 for ; Tue, 18 Nov 2014 02:46:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=QtDA9rK9ZD5lPEGKNLxD/cL8+6JipPk7Og6M79jIAfs=; b=q5MkCZ/8N9yvrfXYwGsg90FowA/TN20Q7GJgBJaGvGjFwlkpxj7ExEH2nY2oUUdkvC hVavnhalFwnVYzNJMdM6g7ZVIcU2aPi/A6j64pPW4JC+K4MeWYNDu41EToHM39Co8gVP RJiA+oAwrgTdEeZ3nMgAGxxt0q5IgwHRihZ4aHq3Rq/36jCMxOEbbZWGimjyBs/TDEsU 4I8u4wuSaWleY7vxA8gynu1BR4gnccTSGMUJQM9Fla2VhaBSCSIsWDeKEFzvt95yanxg XlHOqIxn+QvYiAP7ZZfSM0AHPiuAfYt1wyKjBEYP9OkQz71V1RR1M8GydgoykKwH7x8E cD4g== X-Received: by 10.152.36.201 with SMTP id s9mr34861540laj.17.1416307589029; Tue, 18 Nov 2014 02:46:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.145.16 with HTTP; Tue, 18 Nov 2014 02:45:48 -0800 (PST) In-Reply-To: <5469FFD5.9070002@multiplay.co.uk> References: <54685EB8.9050800@FreeBSD.org> <5468CD8C.7070500@multiplay.co.uk> <5469FFD5.9070002@multiplay.co.uk> From: Christer Solskogen Date: Tue, 18 Nov 2014 11:45:48 +0100 Message-ID: Subject: Re: ZFS pool creation from files leads to a crash To: Steven Hartland Content-Type: text/plain; charset=UTF-8 Cc: Bogdan SOLGA , FreeBSD Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 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, 18 Nov 2014 10:46:31 -0000 On Mon, Nov 17, 2014 at 3:01 PM, Steven Hartland wrote: > I committed the fix for this earlier: > https://svnweb.freebsd.org/changeset/base/274619 > > How about stable/10? Should it go into releng/10.1 as well? -- chs