> @@ -4875,6 +4886,9 @@ store_allow_perm(zfs_deleg_who_type_t type, boolean_t
> local, boolean_t descend,
> ld[0] = ZFS_DELEG_LOCAL;
> if (descend)
> ld[1] = ZFS_DELEG_DESCENDENT;
> +
> + default:
> + break;
are there valid unhandled enum values here? Is ignoring them the right thing
to do?
---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/56/files#r49883990
_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer