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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Feb 22 20:37:25 CST 2005


Author: mfasheh
Signed-off-by: manish
Date: 2005-02-22 20:37:23 -0600 (Tue, 22 Feb 2005)
New Revision: 1906

Modified:
   trunk/fs/ocfs2/dlmglue.c
Log:
* kill an unused macro

Signed-off-by: manish



Modified: trunk/fs/ocfs2/dlmglue.c
===================================================================
--- trunk/fs/ocfs2/dlmglue.c	2005-02-23 02:04:58 UTC (rev 1905)
+++ trunk/fs/ocfs2/dlmglue.c	2005-02-23 02:37:23 UTC (rev 1906)
@@ -61,11 +61,8 @@
 #ifdef VERBOSE_LOCKING_TRACE
 #define dprintk(str, args...)						      \
 	printk("(%d) %s:%d " str, current->pid, __FUNCTION__, __LINE__, ##args)
-#define dprintk0(str)							      \
-	printk("(%d) %s:%d " str, current->pid, __FUNCTION__, __LINE__)
 #else
 #define dprintk(str, args...)
-#define dprintk0(str)
 #endif
 
 /* lock ids are made up in the following manner:



More information about the Ocfs2-commits mailing list