]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/zfeature.h
Illumos #2762: zpool command should have better support for feature flags
[mirror_zfs.git] / include / sys / zfeature.h
index 9ff1c93df7f4fefbf4a13413a3251ee4d8ff2f02..481e85b1bad00f02612b2d8994bf6ce00b4076db 100644 (file)
@@ -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 *);