From 669d92f180aa58b65a44eaa1e11e5476e7f0a919 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Tue, 30 Jul 2013 20:45:27 +0000 Subject: [PATCH] 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 --- uts/common/sys/fs/zfs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/uts/common/sys/fs/zfs.h b/uts/common/sys/fs/zfs.h index 286b35b9d6c..6be8aee742a 100644 --- a/uts/common/sys/fs/zfs.h +++ b/uts/common/sys/fs/zfs.h @@ -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;