mtd/include/linux jffs2_fs_sb.h,1.32,1.33
gleixner at infradead.org
gleixner at infradead.org
Tue Aug 20 11:41:31 EDT 2002
- Previous message: mtd/fs/jffs2 background.c,1.30,1.31 build.c,1.36,1.37 erase.c,1.39,1.40 gc.c,1.78,1.79 nodelist.h,1.75,1.76 nodemgmt.c,1.71,1.72 scan.c,1.80,1.81 wbuf.c,1.14,1.15
- Next message: mtd/fs/jffs2 nodelist.c,1.30.2.4,1.30.2.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv27023/include/linux
Modified Files:
jffs2_fs_sb.h
Log Message:
changed GC calculation, introduced wasted space to prevent crashing of 100full filesystems and endless GC loops
Index: jffs2_fs_sb.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_sb.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- jffs2_fs_sb.h 23 Jul 2002 14:35:34 -0000 1.32
+++ jffs2_fs_sb.h 20 Aug 2002 15:41:29 -0000 1.33
@@ -38,6 +38,7 @@
uint32_t flash_size;
uint32_t used_size;
uint32_t dirty_size;
+ uint32_t wasted_size;
uint32_t free_size;
uint32_t erasing_size;
uint32_t bad_size;
- Previous message: mtd/fs/jffs2 background.c,1.30,1.31 build.c,1.36,1.37 erase.c,1.39,1.40 gc.c,1.78,1.79 nodelist.h,1.75,1.76 nodemgmt.c,1.71,1.72 scan.c,1.80,1.81 wbuf.c,1.14,1.15
- Next message: mtd/fs/jffs2 nodelist.c,1.30.2.4,1.30.2.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list