fence: master - fenced: fix bad patch "fix accounting for startup fencing victims"

David Teigland teigland@fedoraproject.org
Mon Apr 27 20:56:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/fence.git?p=fence.git;a=commitdiff;h=2d64e1ca8d77b194fe04c3623a3f7982559fef37
Commit:        2d64e1ca8d77b194fe04c3623a3f7982559fef37
Parent:        c5cb7ebb5af53c1999ee587f59fc6cdf6ee98077
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Mon Apr 27 15:47:56 2009 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Mon Apr 27 15:47:56 2009 -0500

fenced: fix bad patch "fix accounting for startup fencing victims"

Bad transfer from stable3, group_mode doesn't exist here.

Signed-off-by: David Teigland <teigland@redhat.com>
---
 fence/fenced/recover.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/fence/fenced/recover.c b/fence/fenced/recover.c
index 6f47f8d..2507b74 100644
--- a/fence/fenced/recover.c
+++ b/fence/fenced/recover.c
@@ -38,9 +38,6 @@ void add_complete_node(struct fd *fd, int nodeid)
 	node = get_new_node(fd, nodeid);
 	list_add(&node->list, &fd->complete);
 
-	if (group_mode == GROUP_LIBGROUP)
-		return;
-
 	node_history_init(fd, nodeid);
 }
 



More information about the Cluster-cvs mailing list