usr/src/uts/common/fs/zfs/dmu_tx.c
changeset 7161 a0f552830b33
parent 7080 13a30a37ddc0
child 7754 b80e4842ad54
--- a/usr/src/uts/common/fs/zfs/dmu_tx.c	Tue Jul 22 11:56:11 2008 -0700
+++ b/usr/src/uts/common/fs/zfs/dmu_tx.c	Tue Jul 22 13:07:30 2008 -0700
@@ -608,7 +608,7 @@
 	 * 3 new blocks written if adding: new split leaf, 2 grown ptrtbl blocks
 	 */
 	dmu_tx_count_write(txh, dn->dn_maxblkid * dn->dn_datablksz,
-	    (3 + add ? 3 : 0) << dn->dn_datablkshift);
+	    (3 + (add ? 3 : 0)) << dn->dn_datablkshift);
 
 	/*
 	 * If the modified blocks are scattered to the four winds,