svn commit: r323914 - vendor-sys/illumos/dist/uts/common/fs/zfs

Andriy Gapon avg at FreeBSD.org
Fri Sep 22 08:18:50 UTC 2017


Author: avg
Date: Fri Sep 22 08:18:49 2017
New Revision: 323914
URL: https://svnweb.freebsd.org/changeset/base/323914

Log:
  8661 remove "zil-cw2" dtrace probe
  
  illumos/illumos-gate at bd9d3f904625846bdc61af8897a1072029c7aeb7
  https://github.com/illumos/illumos-gate/commit/bd9d3f904625846bdc61af8897a1072029c7aeb7
  
  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 at delphix.com>
  Reviewed by: Matthew Ahrens <mahrens at delphix.com>
  Reviewed by: Igor Kozhukhov <igor at dilos.org>
  Approved by: Robert Mustacchi <rm at joyent.com>
  Author: Prakash Surya <prakash.surya at delphix.com>

Modified:
  vendor-sys/illumos/dist/uts/common/fs/zfs/zil.c

Modified: vendor-sys/illumos/dist/uts/common/fs/zfs/zil.c
==============================================================================
--- vendor-sys/illumos/dist/uts/common/fs/zfs/zil.c	Fri Sep 22 08:18:05 2017	(r323913)
+++ vendor-sys/illumos/dist/uts/common/fs/zfs/zil.c	Fri Sep 22 08:18:49 2017	(r323914)
@@ -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) {
 		/*


More information about the svn-src-vendor mailing list