mtd/fs/jffs2 erase.c,1.50,1.51
David Woodhouse
dwmw2 at infradead.org
Sun May 11 18:47:39 EDT 2003
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv3526
Modified Files:
erase.c
Log Message:
remove bogus comment
Index: erase.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/erase.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- erase.c 19 Feb 2003 10:10:28 -0000 1.50
+++ erase.c 11 May 2003 22:47:36 -0000 1.51
@@ -98,12 +98,6 @@
else
printk(KERN_WARNING "Erase at 0x%08x failed immediately: errno %d\n", jeb->offset, ret);
- /* Note: This is almost identical to jffs2_erase_failed() except
- for the fact that we used spin_lock() not spin_lock(). If
- we could use spin_lock() from a BH, we could merge them.
- Or if we abandon the idea that MTD drivers may call the erase
- callback from a BH, I suppose :)
- */
jffs2_erase_failed(c, jeb);
}
More information about the linux-mtd-cvs
mailing list