MFC r197859:

'aclmode' and 'aclinherit' properties should work as advertised; don't
refuse to set them.
This commit is contained in:
Edward Tomasz Napierala 2010-04-18 16:36:38 +00:00
parent 1bd4d5ddec
commit ff6dfec6de

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);