aboutsummaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/zcommon/zpool_prop.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/module/zcommon/zpool_prop.c b/module/zcommon/zpool_prop.c
index dc0bb59bc..263d043cc 100644
--- a/module/zcommon/zpool_prop.c
+++ b/module/zcommon/zpool_prop.c
@@ -171,6 +171,12 @@ zpool_prop_readonly(zpool_prop_t prop)
return (zpool_prop_table[prop].pd_attr == PROP_READONLY);
}
+boolean_t
+zpool_prop_setonce(zpool_prop_t prop)
+{
+ return (zpool_prop_table[prop].pd_attr == PROP_ONETIME);
+}
+
const char *
zpool_prop_default_string(zpool_prop_t prop)
{