From bd9d3f904625846bdc61af8897a1072029c7aeb7 Mon Sep 17 00:00:00 2001 From: Prakash Surya Date: Mon, 18 Sep 2017 13:12:20 -0700 Subject: [PATCH] 8661 remove "zil-cw2" dtrace probe Reviewed by: Serapheim Dimitropoulos Reviewed by: Matthew Ahrens Reviewed by: Igor Kozhukhov Approved by: Robert Mustacchi --- usr/src/uts/common/fs/zfs/zil.c | 1 - 1 file changed, 1 deletion(-) 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) { /* -- 2.11.4.GIT