svn commit: r212407 - head/sys/cddl/boot/zfs

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Sep 10 04:44:13 UTC 2010


Author: pjd
Date: Fri Sep 10 04:44:13 2010
New Revision: 212407
URL: http://svn.freebsd.org/changeset/base/212407

Log:
  Forgot to commit this file. Add ZPOOL_CONFIG_IS_LOG.
  
  Reported by:	keramida
  MFC after:	2 weeks

Modified:
  head/sys/cddl/boot/zfs/zfsimpl.h

Modified: head/sys/cddl/boot/zfs/zfsimpl.h
==============================================================================
--- head/sys/cddl/boot/zfs/zfsimpl.h	Fri Sep 10 03:52:05 2010	(r212406)
+++ head/sys/cddl/boot/zfs/zfsimpl.h	Fri Sep 10 04:44:13 2010	(r212407)
@@ -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-head mailing list