'aclmode' and 'aclinherit' properties should work as advertised; don't

refuse to set them.
This commit is contained in:
trasz 2009-10-08 15:34:01 +00:00
parent d29665c3a8
commit 3c900cf5e9

View File

@ -1792,8 +1792,6 @@ zfs_prop_set(zfs_handle_t *zhp, const char *propname, const char *propval)
switch (prop) {
case ZFS_PROP_SHAREISCSI:
case ZFS_PROP_DEVICES:
case ZFS_PROP_ACLMODE:
case ZFS_PROP_ACLINHERIT:
case ZFS_PROP_ISCSIOPTIONS:
(void) snprintf(errbuf, sizeof (errbuf),
"property '%s' not supported on FreeBSD", propname);