X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=moduleconfig.h;h=41fb3c5ac073803dab5595c3c1e4909215475205;hb=2ae22f05374b4cb19202ddaac9fc47458c732f0d;hp=e67c7bc8029559885b9c9e904e06eb09bdc691c8;hpb=831a8e85fb344ae8ef092fe12627e518d63fc009;p=yaffs2.git 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__ */