mtd/fs Config.in,1.2,1.3 Kconfig,1.2,1.3
havasi at infradead.org
havasi at infradead.org
Tue May 25 07:25:48 EDT 2004
- Previous message: mtd/fs/jffs2 proc.c, NONE, 1.1 Makefile.common, 1.2, 1.3 compr.c,
1.35, 1.36 compr.h, 1.1, 1.2 super-v24.c, 1.78, 1.79 super.c,
1.94, 1.95
- Next message: mtd/fs/jffs2 compr_lzari.c, NONE, 1.1 compr_lzo.c, NONE,
1.1 Makefile.common, 1.3, 1.4 compr.c, 1.36, 1.37 compr.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs
In directory phoenix.infradead.org:/home/havasi/mtd/fs
Modified Files:
Config.in Kconfig
Log Message:
Optional proc interface support:
- enable/disable compressors
- set compression mode
- change the priority of compressors
- get compression stats
Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/fs/Config.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Config.in 25 May 2004 11:12:10 -0000 1.2
+++ Config.in 25 May 2004 11:25:16 -0000 1.3
@@ -15,4 +15,5 @@
priority CONFIG_JFFS2_CMODE_PRIORITY \
size CONFIG_JFFS2_CMODE_SIZE" priority
+ bool 'JFFS2 proc interface support' CONFIG_JFFS2_PROC
fi
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/fs/Kconfig,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Kconfig 25 May 2004 11:12:10 -0000 1.2
+++ Kconfig 25 May 2004 11:25:16 -0000 1.3
@@ -120,3 +120,11 @@
endchoice
+config JFFS2_PROC
+ bool "JFFS2 proc interface support"
+ depends on JFFS2_FS
+ default y
+ help
+ You can read some statistics and set the compression mode and
+ compressor priorities with this interface.
+
- Previous message: mtd/fs/jffs2 proc.c, NONE, 1.1 Makefile.common, 1.2, 1.3 compr.c,
1.35, 1.36 compr.h, 1.1, 1.2 super-v24.c, 1.78, 1.79 super.c,
1.94, 1.95
- Next message: mtd/fs/jffs2 compr_lzari.c, NONE, 1.1 compr_lzo.c, NONE,
1.1 Makefile.common, 1.3, 1.4 compr.c, 1.36, 1.37 compr.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list