[Ocfs2-commits] mfasheh commits r2020 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Mar 20 18:29:49 CST 2005


Author: mfasheh
Signed-off-by: khackel
Date: 2005-03-20 18:29:48 -0600 (Sun, 20 Mar 2005)
New Revision: 2020

Modified:
   trunk/fs/ocfs2/ocfs_log.h
Log:
* duh, broke the build a second ago. this should fix it up :)

Signed-off-by: khackel



Modified: trunk/fs/ocfs2/ocfs_log.h
===================================================================
--- trunk/fs/ocfs2/ocfs_log.h	2005-03-20 23:50:31 UTC (rev 2019)
+++ trunk/fs/ocfs2/ocfs_log.h	2005-03-21 00:29:48 UTC (rev 2020)
@@ -122,7 +122,7 @@
 #define OCFS_DEBUG_CONTEXT_SUPER       0x00400000	/* super.c    */
 #define OCFS_DEBUG_CONTEXT_UTIL        0x00800000	/* util.c     */
 #define OCFS_DEBUG_CONTEXT_MMAP        0x01000000	/* mmap.c     */
-#define OCFS_DEBUG_CONTEXT_UNUSED4     0x02000000	/*            */
+#define OCFS_DEBUG_CONTEXT_HEARTBEAT   0x02000000	/*            */
 
 
 #ifdef OCFS_DBG_TIMING



More information about the Ocfs2-commits mailing list