diff options
author | Feng Sun <loyou85@gmail.com> | 2018-07-25 16:52:27 +0000 |
---|---|---|
committer | Brian Behlendorf <behlendorf1@llnl.gov> | 2018-07-25 16:52:27 +0000 |
commit | 750e1f88d386b752283de7ed763af2a189b73677 (patch) | |
tree | 5656475f18f12c9db61fac294797ffd7780298f2 /module/zfs/dmu_tx.c | |
parent | 473c976a0c4da84d8b49edaaf3d88a716d8dde2c (diff) | |
download | src-750e1f88d386b752283de7ed763af2a189b73677.tar.gz src-750e1f88d386b752283de7ed763af2a189b73677.zip |
Diffstat (limited to 'module/zfs/dmu_tx.c')
-rw-r--r-- | module/zfs/dmu_tx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/zfs/dmu_tx.c b/module/zfs/dmu_tx.c index ab6ec29e77f2..c63ba6405a71 100644 --- a/module/zfs/dmu_tx.c +++ b/module/zfs/dmu_tx.c @@ -53,6 +53,7 @@ dmu_tx_stats_t dmu_tx_stats = { { "dmu_tx_dirty_throttle", KSTAT_DATA_UINT64 }, { "dmu_tx_dirty_delay", KSTAT_DATA_UINT64 }, { "dmu_tx_dirty_over_max", KSTAT_DATA_UINT64 }, + { "dmu_tx_dirty_frees_delay", KSTAT_DATA_UINT64 }, { "dmu_tx_quota", KSTAT_DATA_UINT64 }, }; |