mtd/include/linux jffs2_fs_sb.h,1.38,1.39
David Woodhouse
dwmw2 at infradead.org
Mon Jun 30 10:36:49 EDT 2003
Update of /home/cvs/mtd/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv11465/include/linux
Modified Files:
jffs2_fs_sb.h
Log Message:
Clean up NAND ECC switches -- do it once only during mount, fail if
there's an ECC type we don't grok, etc.
Index: jffs2_fs_sb.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_sb.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- jffs2_fs_sb.h 30 Jun 2003 10:58:56 -0000 1.38
+++ jffs2_fs_sb.h 30 Jun 2003 14:36:47 -0000 1.39
@@ -92,6 +92,12 @@
uint32_t wbuf_pagesize;
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;
+ uint32_t badblock_pos;
+ uint32_t fsdata_pos;
+ uint32_t fsdata_len;
#endif
/* OS-private pointer for getting back to master superblock info */
More information about the linux-mtd-cvs
mailing list