mtd/fs/jffs2 erase.c,1.84,1.85

Artem Bityutskiy dedekind at infradead.org
Tue Sep 20 10:53:18 EDT 2005


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;
 			}
 		}





More information about the linux-mtd-cvs mailing list