mtd/fs/jffs2 debug.h,1.7,1.8

Artem Bityuckiy dedekind at infradead.org
Sun Jul 31 05:08:41 EDT 2005


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

Modified Files:
	debug.h 
Log Message:
[JFFS2] minor refinement


Index: debug.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/debug.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- debug.h	27 Jul 2005 13:06:56 -0000	1.7
+++ debug.h	31 Jul 2005 09:08:38 -0000	1.8
@@ -106,6 +106,11 @@
 #else
 #define JFFS2_DBG_FRAGTREE(fmt, ...)
 #endif
+#ifdef JFFS2_DBG_FRAGTREE2_MESSAGES
+#define JFFS2_DBG_FRAGTREE2(fmt, ...)	JFFS2_DEBUG(fmt, ##__VA_ARGS__)
+#else
+#define JFFS2_DBG_FRAGTREE2(fmt, ...)
+#endif
 
 /* Directory entry list manilulation debugging messages */
 #ifdef JFFS2_DBG_DENTLIST_MESSAGES
@@ -113,11 +118,6 @@
 #else
 #define JFFS2_DBG_DENTLIST(fmt, ...)
 #endif
-#ifdef JFFS2_DBG_FRAGTREE2_MESSAGES
-#define JFFS2_DBG_FRAGTREE2(fmt, ...)	JFFS2_DEBUG(fmt, ##__VA_ARGS__)
-#else
-#define JFFS2_DBG_FRAGTREE2(fmt, ...)
-#endif
 
 /* Print the messages about manipulating node_refs */
 #ifdef JFFS2_DBG_NODEREF_MESSAGES





More information about the linux-mtd-cvs mailing list