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

David Woodhouse dwmw2 at infradead.org
Mon Aug 25 08:03:22 EDT 2003


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

Modified Files:
	jffs2_fs_sb.h 
Log Message:
Make wbuf code actually keep track of which inodes are dirty.


Index: jffs2_fs_sb.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_sb.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- jffs2_fs_sb.h	24 Aug 2003 20:34:52 -0000	1.40
+++ jffs2_fs_sb.h	25 Aug 2003 12:03:19 -0000	1.41
@@ -15,6 +15,8 @@
 #define JFFS2_SB_FLAG_RO 1
 #define JFFS2_SB_FLAG_MOUNTING 2
 
+struct jffs2_inodirty;
+
 /* A struct for the overall file system control.  Pointers to
    jffs2_sb_info structs are named `c' in the source code.  
    Nee jffs_control
@@ -91,6 +93,7 @@
 	uint32_t wbuf_ofs;
 	uint32_t wbuf_len;
 	uint32_t wbuf_pagesize;
+	struct jffs2_inodirty *wbuf_inodes;
 	struct work_struct wbuf_task;		/* task for timed wbuf flush */
 	struct timer_list wbuf_timer;		/* timer for flushing wbuf */
 




More information about the linux-mtd-cvs mailing list