[Ocfs2-commits] mfasheh commits r1715 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Dec 23 15:30:35 CST 2004


Author: mfasheh
Date: 2004-12-23 15:30:33 -0600 (Thu, 23 Dec 2004)
New Revision: 1715

Modified:
   trunk/src/vote.c
Log:
* fix broken #ifdef 



Modified: trunk/src/vote.c
===================================================================
--- trunk/src/vote.c	2004-12-23 21:28:47 UTC (rev 1714)
+++ trunk/src/vote.c	2004-12-23 21:30:33 UTC (rev 1715)
@@ -378,7 +378,7 @@
 					 atomic_read(&osb->wake_vote_task));
 
 		atomic_set(&osb->wake_vote_task, 0);
-#ifdef OCFS2_VERBOSE_LOCKING_TRACE
+#ifdef VERBOSE_LOCKING_TRACE
 		printk("(%u) vote_thread: awoken\n", current->pid);
 #endif
 		ocfs2_vote_thread_do_work(osb);



More information about the Ocfs2-commits mailing list