usr/src/uts/common/fs/zfs/sys/dmu_traverse.h
changeset 1732 9e3ae798af31
parent 1544 938876158511
child 6423 437422a29d3a
--- a/usr/src/uts/common/fs/zfs/sys/dmu_traverse.h	Sat Apr 01 21:50:51 2006 -0800
+++ b/usr/src/uts/common/fs/zfs/sys/dmu_traverse.h	Sun Apr 02 00:47:06 2006 -0800
@@ -82,7 +82,8 @@
 	spa_t		*th_spa;
 	blkptr_cb_t	*th_func;
 	void		*th_arg;
-	int		th_advance;
+	uint16_t	th_advance;
+	uint16_t	th_locked;
 	int		th_zio_flags;
 	list_t		th_seglist;
 	traverse_blk_cache_t th_cache[ZB_DEPTH][ZB_MAXLEVEL];