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
- Previous message: mtd/fs/jffs2 super-v24.c,1.67,1.68 super.c,1.82,1.83
- Next message: mtd/fs/jffs2 TODO,1.10,1.11 file.c,1.87,1.88 os-linux.h,1.29,1.30
super-v24.c,1.68,1.69 super.c,1.83,1.84 wbuf.c,1.35,1.36
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: mtd/fs/jffs2 super-v24.c,1.67,1.68 super.c,1.82,1.83
- Next message: mtd/fs/jffs2 TODO,1.10,1.11 file.c,1.87,1.88 os-linux.h,1.29,1.30
super-v24.c,1.68,1.69 super.c,1.83,1.84 wbuf.c,1.35,1.36
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list