X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Fsys%2Fzfs_acl.h;h=11fc3351eb255231f4ebfdab72781ca150dcb7b0;hb=0a6b03d3b87cf17ac6159395df93ba3fcfdddc45;hp=6f7cef2adf5f138c41e74634a834b6376a26f9fc;hpb=3558fd73b5d863304102f6745c26e0b592aca60a;p=zfs.git diff --git a/include/sys/zfs_acl.h b/include/sys/zfs_acl.h index 6f7cef2..11fc335 100644 --- a/include/sys/zfs_acl.h +++ b/include/sys/zfs_acl.h @@ -28,6 +28,7 @@ #ifdef _KERNEL #include #include +#include #endif #include #include @@ -164,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 {