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


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.
+





More information about the linux-mtd-cvs mailing list