From owner-svn-src-head@FreeBSD.ORG Wed Nov 19 23:34:59 2008 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 18FD81065672; Wed, 19 Nov 2008 23:34:59 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (unknown [IPv6:2001:2f0:104:80a0:230:48ff:fe41:2455]) by mx1.freebsd.org (Postfix) with ESMTP id A82278FC20; Wed, 19 Nov 2008 23:34:58 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.14.1/8.14.1/NinthNine) with SMTP id mAJNYtH7070658; Thu, 20 Nov 2008 08:34:55 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 20 Nov 2008 08:34:49 +0900 From: Norikatsu Shigemura To: Doug Rabson Message-Id: <20081120083449.de17d061.nork@FreeBSD.org> In-Reply-To: <200811191659.mAJGxJO1022805@svn.freebsd.org> References: <200811191659.mAJGxJO1022805@svn.freebsd.org> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Thu, 20 Nov 2008 08:34:55 +0900 (JST) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Norikatsu Shigemura Subject: Re: svn commit: r185097 - in head/sys: boot/zfs cddl/boot/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: Wed, 19 Nov 2008 23:34:59 -0000 Hi Doug! On Wed, 19 Nov 2008 16:59:19 +0000 (UTC) Doug Rabson wrote: Author: dfr > Date: Wed Nov 19 16:59:19 2008 > New Revision: 185097 > URL: http://svn.freebsd.org/changeset/base/185097 > Log: > Some zfsboot fixes from Norikatsu Shigemura: > 1. zfsboot2 (boot2) doesn't %d (printf), so change %d to %u. Oops, my missed. "doesn't support %d". Sorry. > 2. chase new zpool versioning as SPA_VERSION. > Obtained from: sys/cddl/contrib/opensolaris/uts/common/sys/fs/zfs.h > Submitted by: nork > Modified: > head/sys/boot/zfs/zfsimpl.c > head/sys/cddl/boot/zfs/zfsimpl.h > head/sys/cddl/boot/zfs/zfssubr.c Thank you! I'll try to zfsboot! :D