8661 remove "zil-cw2" dtrace probe

illumos/illumos-gate@bd9d3f9046
bd9d3f9046

https://www.illumos.org/issues/8661
  The "zil-cw1" dtrace probe was previously removed in 8558, and the "zil-cw2"
  probe should have been removed in that patch as well. Unfortunately, the "zil-
  cw2" was not removed in 8558, so this bug is to track it's removal.

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>
Author: Prakash Surya <prakash.surya@delphix.com>
This commit is contained in:
Andriy Gapon 2017-09-22 08:18:49 +00:00
parent a373b4201a
commit 1d08b8472b

View File

@ -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) {
/*