[Ocfs2-commits] smushran commits r2795 - branches/ocfs2-1.2-cert/patches

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Mon Mar 27 20:36:21 CST 2006


Author: smushran
Signed-off-by: khackel
Date: 2006-03-27 20:36:20 -0600 (Mon, 27 Mar 2006)
New Revision: 2795

Added:
   branches/ocfs2-1.2-cert/patches/silence-reco-msg.patch
Modified:
   branches/ocfs2-1.2-cert/patches/series
Log:
silence-reco-msg.patch added
Signed-off-by: khackel

Modified: branches/ocfs2-1.2-cert/patches/series
===================================================================
--- branches/ocfs2-1.2-cert/patches/series	2006-03-28 00:55:07 UTC (rev 2794)
+++ branches/ocfs2-1.2-cert/patches/series	2006-03-28 02:36:20 UTC (rev 2795)
@@ -18,3 +18,4 @@
 fix-recovery-spin.patch
 fix-dlmlock_remote.patch
 ocfs2_heartbeat-better_I_O_error_handling.patch -p0
+silence-reco-msg.patch 

Added: branches/ocfs2-1.2-cert/patches/silence-reco-msg.patch
===================================================================
--- branches/ocfs2-1.2-cert/patches/silence-reco-msg.patch	2006-03-28 00:55:07 UTC (rev 2794)
+++ branches/ocfs2-1.2-cert/patches/silence-reco-msg.patch	2006-03-28 02:36:20 UTC (rev 2795)
@@ -0,0 +1,13 @@
+Index: ocfs2-1.2-cert/fs/ocfs2/dlm/dlmrecovery.c
+===================================================================
+--- ocfs2-1.2-cert.orig/fs/ocfs2/dlm/dlmrecovery.c	2006-03-27 18:34:10.469009000 -0800
++++ ocfs2-1.2-cert/fs/ocfs2/dlm/dlmrecovery.c	2006-03-27 18:35:02.382491000 -0800
+@@ -1992,7 +1992,7 @@ static void dlm_finish_local_lockres_rec
+ 		bucket = &(dlm->lockres_hash[i]);
+ 		hlist_for_each_entry(res, hash_iter, bucket, hash_node) {
+ 			if (res->state & DLM_LOCK_RES_RECOVERING) {
+-				mlog(ML_NOTICE,
++				mlog(0,
+ 				     "Continue!  owner = %u, dead_node = %u, this = %u, name = %.*s\n",
+ 				     res->owner, dead_node,
+ 				     dlm->node_num,




More information about the Ocfs2-commits mailing list