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 */
 
 /*
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to