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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Sep 13 13:02:06 CDT 2004


Author: mfasheh
Date: 2004-09-13 13:02:04 -0500 (Mon, 13 Sep 2004)
New Revision: 1460

Modified:
   trunk/src/nm.c
Log:
* fix a compile error when silent is enabled



Modified: trunk/src/nm.c
===================================================================
--- trunk/src/nm.c	2004-09-13 17:57:37 UTC (rev 1459)
+++ trunk/src/nm.c	2004-09-13 18:02:04 UTC (rev 1460)
@@ -87,7 +87,6 @@
 static int ocfs_process_inode_delete(struct inode *inode);
 static void ocfs_commit_inode_delete(struct inode *inode);
 
-#ifdef VERBOSE_PROCESS_VOTE
 static const char *process_vote_strings[] = {
 	"INVALID_REQUEST",      // reply with a NO vote
 	"UPDATE_OIN_INODE",     // update both oin and inode
@@ -101,7 +100,6 @@
 	"RELEASE_DENTRY",
 	"TRUNCATE_PAGES"
 };
-#endif
 
 /*
  * ocfs_recv_thread()



More information about the Ocfs2-commits mailing list