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
- Previous message: mtd/fs/jffs2 TODO,1.11,1.12
- Next message: mtd/fs/jffs2 background.c,1.39,1.40 fs.c,1.26,1.27
super-v24.c,1.71,1.72 super.c,1.85,1.86 wbuf.c,1.39,1.40
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: mtd/fs/jffs2 TODO,1.11,1.12
- Next message: mtd/fs/jffs2 background.c,1.39,1.40 fs.c,1.26,1.27
super-v24.c,1.71,1.72 super.c,1.85,1.86 wbuf.c,1.39,1.40
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list