mtd/fs Kconfig,1.16,1.17

havasi at infradead.org havasi at infradead.org
Mon May 9 04:16:11 EDT 2005


Update of /home/cvs/mtd/fs
In directory phoenix.infradead.org:/tmp/cvs-serv28074

Modified Files:
	Kconfig 
Log Message:
Summary fixes for JFFS3
- remove NO_CRC option (it could cause incorrect behaviour)
- fix a bug (locking) by Artem



Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/fs/Kconfig,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Kconfig	13 Mar 2005 19:24:31 -0000	1.16
+++ Kconfig	9 May 2005 08:16:08 -0000	1.17
@@ -183,17 +183,6 @@
           by the utility 'sumtool'.
 
           If unsure, say 'N'.
-		  
-config JFFS3_SUMMARY_NOCRCCHECK
-        bool "JFFS3 no crc check for summarized nodes (EXPERIMENTAL) (DANGEROUS)"
-        depends on JFFS3_SUMMARY
-        default n
-        help
-          This feature makes it possible not to check CRC for summarized nodes
-          for faster mount. The disadvantage of it can be that it will be
-          harder to detect the flash hardware failures.
-          
-          If unsure, say 'N'.
 
 config JFFS3_COMPRESSION_OPTIONS
 	bool "Advanced compression options for JFFS3"
@@ -261,4 +250,3 @@
           result.
 
 endchoice
-





More information about the linux-mtd-cvs mailing list