mtd/fs/jffs2 nodelist.h,1.93,1.94
David Woodhouse
dwmw2 at infradead.org
Thu Jul 3 06:35:48 EDT 2003
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv8567/fs/jffs2
Modified Files:
nodelist.h
Log Message:
debug level 1 by default; 2 is overkill
Index: nodelist.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodelist.h,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- nodelist.h 24 Feb 2003 21:47:28 -0000 1.93
+++ nodelist.h 3 Jul 2003 10:35:45 -0000 1.94
@@ -29,7 +29,7 @@
#endif
#ifndef CONFIG_JFFS2_FS_DEBUG
-#define CONFIG_JFFS2_FS_DEBUG 2
+#define CONFIG_JFFS2_FS_DEBUG 1
#endif
#if CONFIG_JFFS2_FS_DEBUG > 0
More information about the linux-mtd-cvs
mailing list