[Ocfs2-commits] khackel commits r2736 - trunk/fs/ocfs2/dlm

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Dec 12 19:27:50 CST 2005


Author: khackel
Signed-off-by: mfasheh
Date: 2005-12-12 19:27:47 -0600 (Mon, 12 Dec 2005)
New Revision: 2736

Modified:
   trunk/fs/ocfs2/dlm/dlmmaster.c
Log:
* dlm_print_one_mle is debug only in trunk, so comment it out

Signed-off-by: mfasheh



Modified: trunk/fs/ocfs2/dlm/dlmmaster.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmmaster.c	2005-12-10 00:21:36 UTC (rev 2735)
+++ trunk/fs/ocfs2/dlm/dlmmaster.c	2005-12-13 01:27:47 UTC (rev 2736)
@@ -812,7 +812,7 @@
 			     dlm->name, res->lockname.len, 
 			     res->lockname.name, blocked);
 			dlm_print_one_lock_resource(res);
-			dlm_print_one_mle(mle);
+			/* dlm_print_one_mle(mle); */
 			tries = 0;
 		}
 		goto redo_request;



More information about the Ocfs2-commits mailing list