summaryrefslogtreecommitdiff
path: root/moduleconfig.h
diff options
context:
space:
mode:
authorcharles <charles>2006-12-19 21:33:41 +0000
committercharles <charles>2006-12-19 21:33:41 +0000
commit5e1b1f2ad15a8d27d2ee4dadbc712d702dc78b93 (patch)
tree4813597afa4e06a49d42ade25fac7b9371fc1ecf /moduleconfig.h
parent7b8bbeef9f32bbc33c32afc396974273e10deb32 (diff)
Add Phils checkpoint configuration
Diffstat (limited to 'moduleconfig.h')
-rw-r--r--moduleconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/moduleconfig.h b/moduleconfig.h
index e67c7bc..41fb3c5 100644
--- 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__ */