X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Fsys%2Fzfs_acl.h;h=11fc3351eb255231f4ebfdab72781ca150dcb7b0;hb=3bc7e0fb0f3904eaf41e0b9768ebe2d042ae98aa;hp=b6ed4390f86d98bc4c03c3a2bd0b78a9c0d13f0d;hpb=321a498b95f4a43a5553f53b435497f89fefc599;p=zfs.git diff --git a/include/sys/zfs_acl.h b/include/sys/zfs_acl.h index b6ed439..11fc335 100644 --- a/include/sys/zfs_acl.h +++ b/include/sys/zfs_acl.h @@ -165,7 +165,7 @@ typedef struct zfs_acl { uint64_t z_hints; /* ACL hints (ZFS_INHERIT_ACE ...) */ zfs_acl_node_t *z_curr_node; /* current node iterator is handling */ list_t z_acl; /* chunks of ACE data */ - acl_ops_t z_ops; /* ACL operations */ + acl_ops_t *z_ops; /* ACL operations */ } zfs_acl_t; typedef struct acl_locator_cb {