diff moduleconfig.h @ 171:52ba5731a251

Add Phils checkpoint configuration
author charles
date Tue, 19 Dec 2006 21:33:41 +0000
parents 31598d35e840
children 7d11ae6795e4
line wrap: on
line diff
--- a/moduleconfig.h
+++ b/moduleconfig.h
@@ -27,6 +27,10 @@
 /* Meaning: Cache short names, taking more RAM, but faster look-ups */
 #define CONFIG_YAFFS_SHORT_NAMES_IN_RAM
 
+/* Default: 10 */
+/* Meaning: set the count of blocks to reserve for checkpointing */
+#define YAFFS_CHECKPOINT_RESERVED_BLOCKS 10
+
 #endif /* YAFFS_OUT_OF_TREE */
 
 #endif /* __YAFFS_CONFIG_H__ */