svn commit: r323915 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

Andriy Gapon avg at FreeBSD.org
Fri Sep 22 08:21:15 UTC 2017


Author: avg
Date: Fri Sep 22 08:21:14 2017
New Revision: 323915
URL: https://svnweb.freebsd.org/changeset/base/323915

Log:
  MFV r323914: 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>
  
  MFC after:	1 week

Modified:
  head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zil.c
Directory Properties:
  head/sys/cddl/contrib/opensolaris/   (props changed)

Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zil.c
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zil.c	Fri Sep 22 08:18:49 2017	(r323914)
+++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zil.c	Fri Sep 22 08:21:14 2017	(r323915)
@@ -1574,7 +1574,6 @@ zil_commit_writer(zilog_t *zilog)
 		kmem_free(itx, offsetof(itx_t, itx_lr)
 		    + itx->itx_lr.lrc_reclen);
 	}
-	DTRACE_PROBE1(zil__cw2, zilog_t *, zilog);
 
 	/* write the last block out */
 	if (lwb != NULL && lwb->lwb_zio != NULL)


More information about the svn-src-head mailing list