mtd/fs Kconfig,1.10,1.11
havasi at infradead.org
havasi at infradead.org
Tue Dec 21 10:18:52 EST 2004
- Previous message: mtd/fs/jffs3 compr.c,3.1,3.2 compr_zlib.c,3.1,3.2 debug.h,1.9,1.10
- Next message: mtd/fs/jffs3 summary.c, NONE, 3.1 summary.h, NONE,
3.1 Makefile.common, 3.2, 3.3 build.c, 3.3, 3.4 debug.h, 1.10,
1.11 dir.c, 3.4, 3.5 file.c, 3.4, 3.5 fs.c, 3.3, 3.4 gc.c, 3.6,
3.7 jffs3.h, 3.3, 3.4 nodelist.h, 3.4, 3.5 nodemgmt.c, 3.2,
3.3 os-linux.h, 3.1, 3.2 scan.c, 3.4, 3.5 super-v24.c, 3.1,
3.2 super.c, 3.4, 3.5 wbuf.c, 3.4, 3.5 write.c, 3.3, 3.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs
In directory phoenix.infradead.org:/tmp/cvs-serv24573/fs
Modified Files:
Kconfig
Log Message:
Summary support for JFFS3.
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/fs/Kconfig,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Kconfig 11 Dec 2004 17:25:01 -0000 1.10
+++ Kconfig 21 Dec 2004 15:18:49 -0000 1.11
@@ -194,6 +194,19 @@
ECC for JFFS3. This type of flash chip is not common, however it is
available from STMicro.
+config JFFS3_SUMMARY
+ bool "JFFS3 summary support (EXPERIMENTAL)"
+ depends on JFFS3_FS
+ default n
+ help
+ This feature makes it possible to use summary information
+ for faster filesystem mount - specially on NAND.
+
+ The summary information can be inserted into a filesystem image
+ by the utility 'sumtool'.
+
+ If unsure, say 'N'.
+
config JFFS3_COMPRESSION_OPTIONS
bool "Advanced compression options for JFFS3"
default n
@@ -260,4 +273,3 @@
result.
endchoice
-
- Previous message: mtd/fs/jffs3 compr.c,3.1,3.2 compr_zlib.c,3.1,3.2 debug.h,1.9,1.10
- Next message: mtd/fs/jffs3 summary.c, NONE, 3.1 summary.h, NONE,
3.1 Makefile.common, 3.2, 3.3 build.c, 3.3, 3.4 debug.h, 1.10,
1.11 dir.c, 3.4, 3.5 file.c, 3.4, 3.5 fs.c, 3.3, 3.4 gc.c, 3.6,
3.7 jffs3.h, 3.3, 3.4 nodelist.h, 3.4, 3.5 nodemgmt.c, 3.2,
3.3 os-linux.h, 3.1, 3.2 scan.c, 3.4, 3.5 super-v24.c, 3.1,
3.2 super.c, 3.4, 3.5 wbuf.c, 3.4, 3.5 write.c, 3.3, 3.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list