public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: David Teigland <teigland@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: fence: master - fenced: fix bad patch "fix accounting for startup fencing victims"
Date: Mon, 27 Apr 2009 20:56:00 -0000	[thread overview]
Message-ID: <20090427205537.B7B251202FF@lists.fedorahosted.org> (raw)

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);
 }
 


                 reply	other threads:[~2009-04-27 20:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090427205537.B7B251202FF@lists.fedorahosted.org \
    --to=teigland@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).