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

refuse to set them.
This commit is contained in:
Edward Tomasz Napierala 2009-10-08 15:34:01 +00:00
parent 806a5b8414
commit 987a09e8f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197859

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