usr/src/uts/common/fs/zfs/dsl_dataset.c
changeset 6047 235fee4665e7
parent 5831 48655d6b290b
child 6492 903545192033
--- a/usr/src/uts/common/fs/zfs/dsl_dataset.c	Wed Feb 20 10:14:25 2008 -0800
+++ b/usr/src/uts/common/fs/zfs/dsl_dataset.c	Wed Feb 20 11:04:28 2008 -0800
@@ -571,8 +571,6 @@
 	mutex_enter(&ds->ds_lock);
 	ASSERT3U(ds->ds_open_refcount, >=, weight);
 	ds->ds_open_refcount -= weight;
-	dprintf_ds(ds, "closing mode %u refcount now 0x%llx\n",
-	    mode, ds->ds_open_refcount);
 	mutex_exit(&ds->ds_lock);
 
 	dmu_buf_rele(ds->ds_dbuf, tag);