usr/src/uts/common/fs/zfs/dmu_traverse.c
changeset 8746 e1d96ca6808c
parent 8241 5a60f16123ba
child 9396 f41cf682d0d3
--- a/usr/src/uts/common/fs/zfs/dmu_traverse.c	Wed Feb 11 05:52:00 2009 +1100
+++ b/usr/src/uts/common/fs/zfs/dmu_traverse.c	Tue Feb 10 13:01:10 2009 -0800
@@ -19,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -223,10 +223,6 @@
 			return (err);
 
 		osp = buf->b_data;
-		/*
-		 * traverse_zil is just here for zdb's leak checking.
-		 * For other consumers, there will be no ZIL blocks.
-		 */
 		traverse_zil(td, &osp->os_zil_header);
 
 		for (j = 0; j < osp->os_meta_dnode.dn_nblkptr; j++) {