changeset 5339:11972030d913

6622084 FUID table size has wrong byteswap function
author marks
date Fri, 26 Oct 2007 10:28:04 -0700
parents fd7cad8433cf
children b6cb9c086186
files usr/src/uts/common/fs/zfs/dmu.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/fs/zfs/dmu.c	Fri Oct 26 10:24:21 2007 -0700
+++ b/usr/src/uts/common/fs/zfs/dmu.c	Fri Oct 26 10:28:04 2007 -0700
@@ -83,7 +83,7 @@
 	{	zfs_acl_byteswap,	TRUE,	"ZFS ACL"		},
 	{	byteswap_uint8_array,	TRUE,	"ZFS SYSACL"		},
 	{	byteswap_uint8_array,	TRUE,	"FUID table"		},
-	{	byteswap_uint8_array,	TRUE,	"FUID table size"	},
+	{	byteswap_uint64_array,	TRUE,	"FUID table size"	},
 };
 
 int