svn commit: r253817 - vendor-sys/illumos/dist/uts/common/sys/fs

Xin LI delphij at FreeBSD.org
Tue Jul 30 20:45:28 UTC 2013


Author: delphij
Date: Tue Jul 30 20:45:27 2013
New Revision: 253817
URL: http://svnweb.freebsd.org/changeset/base/253817

Log:
  Commit a missed file in r253781:
  
  Update vendor/illumos/dist and vendor-sys/illumos/dist
  to illumos-gate 14089:520f3adc5d46:
  
  Illumos ZFS issues:
    3894 zfs should not allow snapshot of inconsistent dataset

Modified:
  vendor-sys/illumos/dist/uts/common/sys/fs/zfs.h

Modified: vendor-sys/illumos/dist/uts/common/sys/fs/zfs.h
==============================================================================
--- vendor-sys/illumos/dist/uts/common/sys/fs/zfs.h	Tue Jul 30 20:37:32 2013	(r253816)
+++ vendor-sys/illumos/dist/uts/common/sys/fs/zfs.h	Tue Jul 30 20:45:27 2013	(r253817)
@@ -140,6 +140,7 @@ typedef enum {
 	ZFS_PROP_CLONES,
 	ZFS_PROP_LOGICALUSED,
 	ZFS_PROP_LOGICALREFERENCED,
+	ZFS_PROP_INCONSISTENT,		/* not exposed to the user */
 	ZFS_NUM_PROPS
 } zfs_prop_t;
 


More information about the svn-src-vendor mailing list