diff options
author | Prakash Surya <prakash.surya@delphix.com> | 2017-09-18 13:12:20 -0700 |
---|---|---|
committer | Prakash Surya <prakash.surya@delphix.com> | 2017-09-21 19:18:47 -0700 |
commit | bd9d3f904625846bdc61af8897a1072029c7aeb7 (patch) | |
tree | 28f7493230d8a6668b8544a655afae8685747c63 | |
parent | 74b989c3047109458504db6bc5b1caec29c43ff3 (diff) | |
download | illumos-joyent-bd9d3f904625846bdc61af8897a1072029c7aeb7.tar.gz |
8661 remove "zil-cw2" dtrace probe
Reviewed by: Serapheim Dimitropoulos <serapheim@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r-- | usr/src/uts/common/fs/zfs/zil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/uts/common/fs/zfs/zil.c b/usr/src/uts/common/fs/zfs/zil.c index e11ac1c357..bc0b8dec3f 100644 --- a/usr/src/uts/common/fs/zfs/zil.c +++ b/usr/src/uts/common/fs/zfs/zil.c @@ -1995,7 +1995,6 @@ zil_process_commit_list(zilog_t *zilog) list_remove(&zilog->zl_itx_commit_list, itx); zil_itx_destroy(itx); } - DTRACE_PROBE1(zil__cw2, zilog_t *, zilog); if (lwb == NULL) { /* |