mtd/fs/jffs2 erase.c,1.84,1.85
Artem Bityutskiy
dedekind at infradead.org
Tue Sep 20 10:53:18 EDT 2005
- Previous message: mtd/fs/jffs2 debug.h, 1.16, 1.17 erase.c, 1.83, 1.84 malloc.c, 1.29,
1.30 nodelist.c, 1.112, 1.113 readinode.c, 1.141, 1.142 scan.c,
1.122, 1.123 summary.c, 1.1, 1.2
- Next message: mtd/fs/jffs2 nodemgmt.c,1.126,1.127
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv4972
Modified Files:
erase.c
Log Message:
[JFFS2] roll back from the change that I did not want to commit and which
slipped with the previous patch.
Index: erase.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/erase.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- erase.c 20 Sep 2005 14:27:34 -0000 1.84
+++ erase.c 20 Sep 2005 14:53:15 -0000 1.85
@@ -337,7 +337,6 @@
if (*datum + 1) {
*bad_offset += i;
printk(KERN_WARNING "Newly-erased block contained word 0x%lx at offset 0x%08x\n", *datum, *bad_offset);
- ret = -EIO;
goto fail;
}
}
- Previous message: mtd/fs/jffs2 debug.h, 1.16, 1.17 erase.c, 1.83, 1.84 malloc.c, 1.29,
1.30 nodelist.c, 1.112, 1.113 readinode.c, 1.141, 1.142 scan.c,
1.122, 1.123 summary.c, 1.1, 1.2
- Next message: mtd/fs/jffs2 nodemgmt.c,1.126,1.127
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list