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

David Woodhouse dwmw2 at infradead.org
Mon Aug 25 09:24:14 EDT 2003


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

Modified Files:
	jffs2_fs_sb.h 
Log Message:
Make the timed sync happen from kupdated, don't muck around with our
own timers and schedule_work() any more. Remove sync_fs() since using
write_super() is sufficient for now.


Index: jffs2_fs_sb.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_sb.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- jffs2_fs_sb.h	25 Aug 2003 12:03:19 -0000	1.41
+++ jffs2_fs_sb.h	25 Aug 2003 13:24:12 -0000	1.42
@@ -94,8 +94,6 @@
 	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 */
 
 	/* Information about out-of-band area usage... */
 	struct nand_oobinfo *oobinfo;




More information about the linux-mtd-cvs mailing list