mtd/drivers/mtd inftlmount.c,1.11,1.12
David Woodhouse
dwmw2 at infradead.org
Thu Jun 26 03:31:39 EDT 2003
Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv22830
Modified Files:
inftlmount.c
Log Message:
Add FIXME in inftl_formatblock()
Index: inftlmount.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/inftlmount.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- inftlmount.c 23 Jun 2003 07:39:21 -0000 1.11
+++ inftlmount.c 26 Jun 2003 07:31:36 -0000 1.12
@@ -415,6 +415,9 @@
memset(instr, 0, sizeof(struct erase_info));
+ /* FIXME: Shouldn't we be setting the 'discarded' flag to zero
+ _first_? */
+
/* Use async erase interface, test return code */
instr->addr = block * inftl->EraseSize;
instr->len = inftl->EraseSize;
More information about the linux-mtd-cvs
mailing list