> @@ -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;
missed 'break' here too - will fix it --- Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/56/files#r49885492
_______________________________________________ developer mailing list [email protected] http://lists.open-zfs.org/mailman/listinfo/developer
