mtd/fs/jffs2/ecos/cdl jffs2.cdl,1.9,1.10

David Woodhouse dwmw2 at infradead.org
Wed Nov 26 10:55:37 EST 2003


Update of /home/cvs/mtd/fs/jffs2/ecos/cdl
In directory phoenix.infradead.org:/tmp/cvs-serv8029/cdl

Modified Files:
	jffs2.cdl 
Log Message:
Add gc thread support

Index: jffs2.cdl
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/cdl/jffs2.cdl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- jffs2.cdl	26 Nov 2003 14:09:29 -0000	1.9
+++ jffs2.cdl	26 Nov 2003 15:55:34 -0000	1.10
@@ -76,6 +76,16 @@
     # This could be overridden by an alternative direct I/O method.
     compile        flashio.c
 
+    cdl_option CYGOPT_FS_JFFS2_GCTHREAD {
+	display         "Support garbage-collection background thread"
+	flavor          bool
+	compile         gcthread.c
+#       requires        0
+        description     "
+            Enable background garbage collection thread, for making 
+	    free space ahead of time."
+    }
+
     cdl_option CYGOPT_FS_JFFS2_NAND {
 	display         "Support for NAND flash"
 	flavor          bool




More information about the linux-mtd-cvs mailing list