diff options
author | Christopher Siden <[email protected]> | 2012-12-14 15:00:45 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-01-08 10:35:43 -0800 |
commit | b9b24bb4ca45f2d903efadba44d10dfd182f62ac (patch) | |
tree | 66851e088971be7fbeed9f938227caf5295216b8 /include/sys/zfeature.h | |
parent | 3bc7e0fb0f3904eaf41e0b9768ebe2d042ae98aa (diff) |
Illumos #2762: zpool command should have better support for feature flags
2762 zpool command should have better support for feature flags
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: George Wilson <[email protected]>
Approved by: Eric Schrock <[email protected]>
References:
illumos/illumos-gate@57221772c3fc05faba04bf48ddff45abf2bbf2bd
https://www.illumos.org/issues/2762
Ported-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'include/sys/zfeature.h')
-rw-r--r-- | include/sys/zfeature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/zfeature.h b/include/sys/zfeature.h index 9ff1c93df..481e85b1b 100644 --- a/include/sys/zfeature.h +++ b/include/sys/zfeature.h @@ -35,7 +35,7 @@ extern "C" { #endif extern boolean_t feature_is_supported(objset_t *os, uint64_t obj, - uint64_t desc_obj, nvlist_t *unsup_feat); + uint64_t desc_obj, nvlist_t *unsup_feat, nvlist_t *enabled_feat); struct spa; extern void spa_feature_create_zap_objects(struct spa *, dmu_tx_t *); |