svn commit: r214017 - stable/8/sys/cddl/boot/zfs

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Oct 18 12:12:39 UTC 2010


Author: pjd
Date: Mon Oct 18 12:12:38 2010
New Revision: 214017
URL: http://svn.freebsd.org/changeset/base/214017

Log:
  MFC r212407:
  
  Forgot to commit this file. Add ZPOOL_CONFIG_IS_LOG.
  
  Reported by:	keramida, dhw

Modified:
  stable/8/sys/cddl/boot/zfs/zfsimpl.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/cddl/boot/zfs/zfsimpl.h
==============================================================================
--- stable/8/sys/cddl/boot/zfs/zfsimpl.h	Mon Oct 18 11:30:13 2010	(r214016)
+++ stable/8/sys/cddl/boot/zfs/zfsimpl.h	Mon Oct 18 12:12:38 2010	(r214017)
@@ -546,6 +546,7 @@ typedef enum {
 #define	ZPOOL_CONFIG_NPARITY		"nparity"
 #define	ZPOOL_CONFIG_HOSTID		"hostid"
 #define	ZPOOL_CONFIG_HOSTNAME		"hostname"
+#define	ZPOOL_CONFIG_IS_LOG		"is_log"
 #define	ZPOOL_CONFIG_TIMESTAMP		"timestamp" /* not stored on disk */
 
 /*


More information about the svn-src-stable-8 mailing list