mtd/include/linux jffs2_fs_sb.h,1.57,1.58
Forrest Zhao
forrest.zhao at intel.com
Fri Nov 18 02:25:31 EST 2005
- Previous message: mtd/fs/jffs2 erase.c, 1.89, 1.90 nodelist.h, 1.144, 1.145 scan.c,
1.131, 1.132 summary.c, 1.8, 1.9 wbuf.c, 1.106, 1.107
- Next message: mtd/fs/jffs2 wear_leveling.c, NONE, 1.1 Makefile.common, 1.11,
1.12 build.c, 1.86, 1.87 erase.c, 1.90, 1.91 gc.c, 1.158,
1.159 malloc.c, 1.32, 1.33 nodelist.h, 1.145, 1.146 nodemgmt.c,
1.130, 1.131 scan.c, 1.132, 1.133 wbuf.c, 1.107, 1.108
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv20906/include/linux
Modified Files:
jffs2_fs_sb.h
Log Message:
This patch provides the capability to tracking the erase count of each erase block. User can read the erase count by jffs2dump utility.
Index: jffs2_fs_sb.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_sb.h,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- jffs2_fs_sb.h 11 Nov 2005 08:51:40 -0000 1.57
+++ jffs2_fs_sb.h 18 Nov 2005 07:25:28 -0000 1.58
@@ -117,6 +117,9 @@
uint32_t ebh_size; /* This is the space size occupied by eraseblock_header on flash */
+ uint32_t total_erase_count; /* The summary erase count of all erase blocks */
+ uint32_t nr_blocks_with_ebh; /* The number of erase blocks, which has eraseblock header on it */
+ uint32_t max_erase_count; /* The maximum erase count of all erase blocks */
/* OS-private pointer for getting back to master superblock info */
void *os_priv;
};
- Previous message: mtd/fs/jffs2 erase.c, 1.89, 1.90 nodelist.h, 1.144, 1.145 scan.c,
1.131, 1.132 summary.c, 1.8, 1.9 wbuf.c, 1.106, 1.107
- Next message: mtd/fs/jffs2 wear_leveling.c, NONE, 1.1 Makefile.common, 1.11,
1.12 build.c, 1.86, 1.87 erase.c, 1.90, 1.91 gc.c, 1.158,
1.159 malloc.c, 1.32, 1.33 nodelist.h, 1.145, 1.146 nodemgmt.c,
1.130, 1.131 scan.c, 1.132, 1.133 wbuf.c, 1.107, 1.108
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list