[Ocfs2-commits] zab commits r2128 - trunk/fs/ocfs2/dlm

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Apr 8 16:25:18 CDT 2005


Author: zab
Signed-off-by: khackel
Date: 2005-04-08 16:25:16 -0500 (Fri, 08 Apr 2005)
New Revision: 2128

Modified:
   trunk/fs/ocfs2/dlm/dlmthread.c
Log:
o quiet a regular and noisy printk

Signed-off-by: khackel


Modified: trunk/fs/ocfs2/dlm/dlmthread.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmthread.c	2005-04-08 21:20:57 UTC (rev 2127)
+++ trunk/fs/ocfs2/dlm/dlmthread.c	2005-04-08 21:25:16 UTC (rev 2128)
@@ -432,8 +432,6 @@
 	LIST_HEAD(bast_tmp);
 	u8 hi;
 
-	dlmprintk0("\n");
-
 	spin_lock(&dlm->spinlock);
 	list_splice_init(&dlm->pending_asts, &ast_tmp);
 	list_splice_init(&dlm->pending_basts, &bast_tmp);



More information about the Ocfs2-commits mailing list