[Ocfs2-commits] mfasheh commits r1962 - trunk/fs/ocfs2/cluster
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Mon Mar 7 20:07:36 CST 2005
Author: mfasheh
Signed-off-by: khackel
Date: 2005-03-07 20:07:34 -0600 (Mon, 07 Mar 2005)
New Revision: 1962
Modified:
trunk/fs/ocfs2/cluster/tcp.c
Log:
* silence tcp debug output by default
Signed-off-by: khackel
Modified: trunk/fs/ocfs2/cluster/tcp.c
===================================================================
--- trunk/fs/ocfs2/cluster/tcp.c 2005-03-08 01:48:03 UTC (rev 1961)
+++ trunk/fs/ocfs2/cluster/tcp.c 2005-03-08 02:07:34 UTC (rev 1962)
@@ -106,7 +106,7 @@
#include "tcp.h"
#include "nodemanager.h"
-#if 1
+#if 0
#define netprintk(x, arg...) printk("(tcp:%d)(%s:%d) " x, current->pid, __FUNCTION__, __LINE__, ##arg)
#define netprintk0(x) printk("(tcp:%d)(%s:%d) " x, current->pid, __FUNCTION__, __LINE__)
/* yeah, a little gross, but it gets the job done */
More information about the Ocfs2-commits
mailing list