mtd/include/linux jffs2_fs_sb.h,1.39,1.40

David Woodhouse dwmw2 at infradead.org
Sun Aug 24 16:34:55 EDT 2003


Update of /home/cvs/mtd/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv21935/include/linux

Modified Files:
	jffs2_fs_sb.h 
Log Message:
Clean up flush_wbuf functions

Index: jffs2_fs_sb.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_sb.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- jffs2_fs_sb.h	30 Jun 2003 14:36:47 -0000	1.39
+++ jffs2_fs_sb.h	24 Aug 2003 20:34:52 -0000	1.40
@@ -87,6 +87,7 @@
 #ifdef CONFIG_JFFS2_FS_NAND
 	/* Write-behind buffer for NAND flash */
 	unsigned char *wbuf;
+	uint32_t wbuf_partnode_ofs;		/* Start offset of node ending in wbuf */
 	uint32_t wbuf_ofs;
 	uint32_t wbuf_len;
 	uint32_t wbuf_pagesize;




More information about the linux-mtd-cvs mailing list