mtd/fs/jffs2 nodelist.h,1.72,1.73

David Woodhouse dwmw2 at infradead.org
Mon May 27 05:23:11 EDT 2002


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

Modified Files:
	nodelist.h 
Log Message:
remove unused node_ofs field from jffs2_node_frag

Index: nodelist.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodelist.h,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- nodelist.h	20 May 2002 14:56:38 -0000	1.72
+++ nodelist.h	27 May 2002 09:23:09 -0000	1.73
@@ -148,7 +148,6 @@
 	struct jffs2_full_dnode *node; /* NULL for holes */
 	uint32_t size;
 	uint32_t ofs; /* Don't really need this, but optimisation */
-	uint32_t node_ofs; /* offset within the physical node */
 };
 
 struct jffs2_eraseblock





More information about the linux-mtd-cvs mailing list