mtd/fs/jffs3 TODO,3.4,3.5

Artem Bityuckiy dedekind at infradead.org
Fri Dec 24 03:21:58 EST 2004


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

Modified Files:
	TODO 
Log Message:
Add more TODOs


Index: TODO
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/TODO,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -r3.4 -r3.5
--- TODO	17 Dec 2004 17:07:12 -0000	3.4
+++ TODO	24 Dec 2004 08:21:55 -0000	3.5
@@ -53,3 +53,22 @@
      block (may there be one more bogus node in the same block, if there were several consequent
      unclean reboots? - not sure ...)
 
+   - Would be nice to reformat sources and keep lines length < 80
+     characters. Currently it is hard to read JFFS3 sources 80xX
+     terminals.
+
+   - Summaries:
+     1. In get_inode_nodes - do not check nodes CRC if their block
+	contains summary node (when checking).
+     2. For NOR do not check nodes CRC at all (never) when there is summary in
+	the block.
+     3. For nor summaries needed either (not only for NAND). But for not
+	- no need to keep lots of information in summaries. May be just
+	  keep summary only header (no data), may be keep only
+	  referenced to nodes within the block. Anyway, most important
+	  is just to know that there is summary at the end of block. In
+	  this case we may be sure that there was no unclean reboot when
+	  this block was written, and we may trust this block - that
+	  means we may not check CRCs there.
+
+





More information about the linux-mtd-cvs mailing list