mtd/include/linux jffs2_fs_sb.h,1.44,1.45
David Woodhouse
dwmw2 at infradead.org
Wed Oct 8 07:46:29 EDT 2003
Update of /home/cvs/mtd/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv18021/include/linux
Modified Files:
jffs2_fs_sb.h
Log Message:
Add nospc_dirty_size to superblock.
Index: jffs2_fs_sb.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_sb.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- jffs2_fs_sb.h 3 Oct 2003 15:54:49 -0000 1.44
+++ jffs2_fs_sb.h 8 Oct 2003 11:46:27 -0000 1.45
@@ -61,6 +61,8 @@
uint8_t resv_blocks_gcbad; /* ... pick a block from the bad_list to GC */
uint8_t resv_blocks_gcmerge; /* ... merge pages when garbage collecting */
+ uint32_t nospc_dirty_size;
+
uint32_t nr_blocks;
struct jffs2_eraseblock *blocks; /* The whole array of blocks. Used for getting blocks
* from the offset (blocks[ofs / sector_size]) */
More information about the linux-mtd-cvs
mailing list