summaryrefslogtreecommitdiff
path: root/moduleconfig.h
diff options
context:
space:
mode:
authorcharles <charles>2009-11-07 02:06:58 +0000
committercharles <charles>2009-11-07 02:06:58 +0000
commit47f0aa3a5008048dd068bbc7fef87650d5df12fb (patch)
tree250773a22b3a4e71bbe5fd674d21c2b92ce562c2 /moduleconfig.h
parent8cb35821571204ae4f0bd009c3899be7d442e89f (diff)
Add fix for hanging objects
Diffstat (limited to 'moduleconfig.h')
-rw-r--r--moduleconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/moduleconfig.h b/moduleconfig.h
index 99c9f6a..6468907 100644
--- a/moduleconfig.h
+++ b/moduleconfig.h
@@ -42,6 +42,12 @@
/* Meaning: Disables testing whether chunks are erased before writing to them*/
#define CONFIG_YAFFS_DISABLE_CHUNK_ERASED_CHECK
+/* Default: Not Selected */
+/* Meaning: At mount automatically empty all files from lost and found. */
+/* This is done to fix an old problem where rmdir was not checking for an */
+/* empty directory. This can also be achieved with a mount option. */
+/* #define CONFIG_YAFFS_EMPTY_LOST_AND_FOUND */
+
/* Default: Selected */
/* Meaning: Cache short names, taking more RAM, but faster look-ups */
#define CONFIG_YAFFS_SHORT_NAMES_IN_RAM