> @@ -5158,6 +5173,9 @@ print_uge_deleg_perms(uu_avl_t *who_avl, boolean_t 
> local, boolean_t descend,
>                               case ZFS_DELEG_EVERYONE:
>                                       who = gettext("everyone");
>                                       who_name = NULL;
> +
> +                             default:
> +                                     break;

we are outside of switch here without 'default' too.
in this case - we are updating 'who' based on 'who_type'
ZFS_DELEG_CREATE* & ZFS_DELEG_NAMED* no need update here.

---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/56/files#r49885216
_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer

Reply via email to