diff options
author | George Melikov <[email protected]> | 2017-01-21 00:17:55 +0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-01-22 13:25:40 -0800 |
commit | 4ea3f86426f76e59244ec6f66504da688d90193c (patch) | |
tree | ff907fb2ce89e00b8b89a0a653c9b4e7005f6935 /include/sys/trace_dmu.h | |
parent | ec441a9c534815b379468a2d349011cbd5bcd884 (diff) |
codebase style improvements for OpenZFS 6459 port
Diffstat (limited to 'include/sys/trace_dmu.h')
-rw-r--r-- | include/sys/trace_dmu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/trace_dmu.h b/include/sys/trace_dmu.h index 0f2f49921..844746a9c 100644 --- a/include/sys/trace_dmu.h +++ b/include/sys/trace_dmu.h @@ -105,9 +105,11 @@ DECLARE_EVENT_CLASS(zfs_delay_mintime_class, /* END CSTYLED */ #define DEFINE_DELAY_MINTIME_EVENT(name) \ +/* BEGIN CSTYLED */ DEFINE_EVENT(zfs_delay_mintime_class, name, \ TP_PROTO(dmu_tx_t *tx, uint64_t dirty, uint64_t min_tx_time), \ TP_ARGS(tx, dirty, min_tx_time)) +/* END CSTYLED */ DEFINE_DELAY_MINTIME_EVENT(zfs_delay__mintime); #endif /* _TRACE_DMU_H */ |