> +sa_attr_type_t *sa_attr_table = NULL;
> +
> +static int
> +check_sa_attr_table(objset_t *os)
> +{
> + uint64_t sa_attrs = 0;
> + uint64_t version;
> + int error;
> +
> + if (sa_attr_table != NULL)
> + return (0);
> +
> + VERIFY(zap_lookup(os, MASTER_NODE_OBJ, ZPL_VERSION_STR,
> + 8, 1, &version) == 0);
> + if (version >= ZPL_VERSION_SA) {
> + VERIFY(zap_lookup(os, MASTER_NODE_OBJ, ZFS_SA_ATTRS,
VERIFY0
---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/29/files#r43468453
_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer