diff options
Diffstat (limited to 'include/sys/trace_acl.h')
-rw-r--r-- | include/sys/trace_acl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/trace_acl.h b/include/sys/trace_acl.h index 80c63f743..1057e560b 100644 --- a/include/sys/trace_acl.h +++ b/include/sys/trace_acl.h @@ -138,8 +138,8 @@ DECLARE_EVENT_CLASS(zfs_ace_class, ); /* END CSTYLED */ -#define DEFINE_ACE_EVENT(name) \ /* BEGIN CSTYLED */ +#define DEFINE_ACE_EVENT(name) \ DEFINE_EVENT(zfs_ace_class, name, \ TP_PROTO(znode_t *zn, zfs_ace_hdr_t *ace, uint32_t mask_matched), \ TP_ARGS(zn, ace, mask_matched)) |