summaryrefslogtreecommitdiff
path: root/usr/src/common/zfs/zfeature_common.h
diff options
context:
space:
mode:
authorKeith M Wesolowski <wesolows@foobazco.org>2014-04-23 19:03:53 +0000
committerKeith M Wesolowski <wesolows@foobazco.org>2014-04-23 19:03:53 +0000
commit6b3ed6f1b8fbda8338d005cbfe8ac62308064a86 (patch)
tree42ec1113910508d53ffb2fc3c3d637971fc0a01b /usr/src/common/zfs/zfeature_common.h
parent703e18fe4fdcab51c63e5f7cf2fff43735a6445d (diff)
parent4cde9a1e4370decb0ae4451cc85ce57730965c8c (diff)
downloadillumos-joyent-6b3ed6f1b8fbda8338d005cbfe8ac62308064a86.tar.gz
[illumos-gate merge]
commit 4cde9a1e4370decb0ae4451cc85ce57730965c8c 4748 use an enum for tod_faulted global commit 9aff5184bfbc5b708bf2ddd810ce726347b52332 4747 remove unused [DS]SIZE_LIMIT defines commit 3b082ee621e893f087e4272c7e8b6d512d24e155 4746 remove EXPORT_SRC leftovers commit 6907ca4bc759c5fd81b8a60fc5e1a1c7d1972e6a 4745 fix AVL code misspellings commit a2afb611b30628fb74ad9eade4ae465f9031e262 3897 zfs filesystem and snapshot limits commit 82d86f4e8b1400610e24f161032c16e049f173a0 4767 dtrace_probe() always has the timestamp Conflicts: usr/src/uts/common/fs/zfs/sys/dsl_dir.h usr/src/uts/common/fs/zfs/dsl_dir.c usr/src/lib/libzfs/common/libzfs_util.c usr/src/lib/libzfs/common/libzfs_dataset.c usr/src/common/zfs/zfeature_common.c
Diffstat (limited to 'usr/src/common/zfs/zfeature_common.h')
-rw-r--r--usr/src/common/zfs/zfeature_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/common/zfs/zfeature_common.h b/usr/src/common/zfs/zfeature_common.h
index 88e1fe2af3..2af10134d5 100644
--- a/usr/src/common/zfs/zfeature_common.h
+++ b/usr/src/common/zfs/zfeature_common.h
@@ -50,6 +50,7 @@ typedef enum spa_feature {
SPA_FEATURE_HOLE_BIRTH,
SPA_FEATURE_EXTENSIBLE_DATASET,
SPA_FEATURE_BOOKMARKS,
+ SPA_FEATURE_FS_SS_LIMIT,
SPA_FEATURES
} spa_feature_t;