Commit Diff


commit - 6cc8155b4944fc1db2a5a8d9263cc4953c764b47
commit + d3232caf63ede13732594f455f11909000817c9a
blob - fb8f6c4c686fc03ecd839af854b9c3dd348e98c6
blob + e0ae8c602652b62a7c67e1acc5a4be6fd46c59c8
--- include/venti.h
+++ include/venti.h
@@ -80,8 +80,8 @@ enum
 	VtDirType	= 1<<3,
 	/* VtDirType+1, ... */
 	VtRootType	= 2<<3,
-	VtCorruptType,
 	VtMaxType,
+	VtCorruptType = 0xFF,
 
 	VtTypeDepthMask = 7,
 	VtTypeBaseMask = ~VtTypeDepthMask,