mtd/fs/jffs2 TODO,1.8,1.9

David Woodhouse dwmw2 at infradead.org
Thu Jul 11 06:39:07 EDT 2002


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

Modified Files:
	TODO 
Log Message:
defer CRC

Index: TODO
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/TODO,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- TODO	27 May 2002 09:44:51 -0000	1.8
+++ TODO	11 Jul 2002 10:39:04 -0000	1.9
@@ -37,3 +37,8 @@
    - Doubly-linked next_in_ino list to allow us to free obsoleted raw_node_refs immediately?
    - Remove totlen from jffs2_raw_node_ref? Need to have totlen passed into
 	jffs2_mark_node_obsolete(). Can all callers work it out?
+   - Don't check data CRC on node scan during mount. We don't really need to know 
+	yet. This means we can't build up node fragment lists, and hence can't 
+	build accurate clean/dirty information. But we don't _need_ that for reading,
+	only for writing. And in fact we don't even need it for writing until we 
+	start to need GC.





More information about the linux-mtd-cvs mailing list