Make blocktree indir block sizes variable.
[vcfs.git] / vcfs.h
diff --git a/vcfs.h b/vcfs.h
index 8fd2727..aa6d32c 100644 (file)
--- a/vcfs.h
+++ b/vcfs.h
@@ -6,6 +6,9 @@
 
 #include "blocktree.h"
 
+#define DIRBLSIZE 4
+#define INOBLSIZE 4
+
 typedef loff_t vc_ino_t;
 typedef loff_t vc_rev_t;