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

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Mon Apr 3 21:27:13 CDT 2006


Author: smushran
Signed-off-by: khackel
Date: 2006-04-03 21:27:13 -0500 (Mon, 03 Apr 2006)
New Revision: 2819

Added:
   branches/ocfs2-1.2-cert/patches/hb-add_tracking_around_configured_nodes
Modified:
   branches/ocfs2-1.2-cert/patches/series
Log:
patch hb-add_tracking_around_configured_nodes added
Signed-off-by: khackel

Added: branches/ocfs2-1.2-cert/patches/hb-add_tracking_around_configured_nodes
===================================================================
--- branches/ocfs2-1.2-cert/patches/hb-add_tracking_around_configured_nodes	2006-04-04 00:05:15 UTC (rev 2818)
+++ branches/ocfs2-1.2-cert/patches/hb-add_tracking_around_configured_nodes	2006-04-04 02:27:13 UTC (rev 2819)
@@ -0,0 +1,19 @@
+Index: ocfs2-1.2-cert/fs/ocfs2/cluster/heartbeat.c
+===================================================================
+--- ocfs2-1.2-cert.orig/fs/ocfs2/cluster/heartbeat.c	2006-04-03 19:19:37.188529000 -0700
++++ ocfs2-1.2-cert/fs/ocfs2/cluster/heartbeat.c	2006-04-03 19:22:34.602441000 -0700
+@@ -931,12 +931,14 @@
+ 	struct o2hb_bio_wait_ctxt write_wc;
+ 	struct timeval start;
+ 
++	o2hb_mlog_blocking(reg, &start, "checking configured nodes");
+ 	ret = o2nm_configured_node_map(configured_nodes,
+ 				       sizeof(configured_nodes));
+ 	if (ret) {
+ 		mlog_errno(ret);
+ 		return ret;
+ 	}
++	o2hb_mlog_blocking_done(reg, &start);
+ 
+ 	highest_node = o2hb_highest_node(configured_nodes, O2NM_MAX_NODES);
+ 	if (highest_node >= O2NM_MAX_NODES) {

Modified: branches/ocfs2-1.2-cert/patches/series
===================================================================
--- branches/ocfs2-1.2-cert/patches/series	2006-04-04 00:05:15 UTC (rev 2818)
+++ branches/ocfs2-1.2-cert/patches/series	2006-04-04 02:27:13 UTC (rev 2819)
@@ -28,3 +28,4 @@
 fix-wait-in-mastery.patch
 dlm-replace_gfp_kernel_with_nofs 
 move-dlm-work-to-thread.patch 
+hb-add_tracking_around_configured_nodes 




More information about the Ocfs2-commits mailing list