[Ocfs2-commits] smushran commits r2898 - branches/ocfs2-1.2/fs/ocfs2/dlm

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Thu Apr 20 14:07:30 CDT 2006


Author: smushran
Signed-off-by: mfasheh
Signed-off-by: khackel
Date: 2006-04-20 14:07:29 -0500 (Thu, 20 Apr 2006)
New Revision: 2898

Modified:
   branches/ocfs2-1.2/fs/ocfs2/dlm/dlmconvert.c
Log:
mlog in dlm_convert_lock_handler() should be ML_ERROR
Signed-off-by: mfasheh
Signed-off-by: khackel

Modified: branches/ocfs2-1.2/fs/ocfs2/dlm/dlmconvert.c
===================================================================
--- branches/ocfs2-1.2/fs/ocfs2/dlm/dlmconvert.c	2006-04-20 19:03:09 UTC (rev 2897)
+++ branches/ocfs2-1.2/fs/ocfs2/dlm/dlmconvert.c	2006-04-20 19:07:29 UTC (rev 2898)
@@ -487,7 +487,7 @@
 		list_for_each(iter, &res->granted) {
 			lock = list_entry(iter, struct dlm_lock, list);
 			if (lock->ml.node == cnv->node_idx) {
-				mlog(0, "There is something here "
+				mlog(ML_ERROR, "There is something here "
 				     "for node %u, lock->ml.cookie=%llu, "
 				     "cnv->cookie=%llu\n", cnv->node_idx,
 				     lock->ml.cookie, cnv->cookie);




More information about the Ocfs2-commits mailing list