mtd/fs/jffs2 wbuf.c,1.43,1.44

David Woodhouse dwmw2 at infradead.org
Fri Oct 3 12:01:59 EDT 2003


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv3312

Modified Files:
	wbuf.c 
Log Message:
Add definition of BREAKME and a comment


Index: wbuf.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/wbuf.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- wbuf.c	3 Oct 2003 14:58:52 -0000	1.43
+++ wbuf.c	3 Oct 2003 16:01:57 -0000	1.44
@@ -18,6 +18,9 @@
 #include <linux/mtd/nand.h>
 #include "nodelist.h"
 
+/* For testing write failures */
+/* #define BREAKME */
+
 /* max. erase failures before we mark a block bad */
 #define MAX_ERASE_FAILURES 	5
 




More information about the linux-mtd-cvs mailing list