cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: teigland@sourceware.org <teigland@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/cman-kernel/src sm_message.c
Date: 1 Dec 2006 20:40:03 -0000	[thread overview]
Message-ID: <20061201204003.17245.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	teigland at sourceware.org	2006-12-01 20:40:01

Modified files:
	cman-kernel/src: sm_message.c 

Log message:
	bz 217626
	The fix for bug 206193 introduced this even worse bug.
	We need to update our global_last_id locally when we create a new one.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/sm_message.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4.2.2&r2=1.4.2.3

--- cluster/cman-kernel/src/Attic/sm_message.c	2006/09/21 15:09:26	1.4.2.2
+++ cluster/cman-kernel/src/Attic/sm_message.c	2006/12/01 20:40:00	1.4.2.3
@@ -51,7 +51,7 @@
 		log_print("ERROR: max global group id");
 		return 0;
 	}
-
+	global_last_id = id;
 	id |= (l << 24);
 	return id;
 }



             reply	other threads:[~2006-12-01 20:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-01 20:40 teigland [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-10-02 20:40 [Cluster-devel] cluster/cman-kernel/src sm_message.c teigland
2007-08-14 17:05 teigland
2006-12-01 20:43 teigland
2006-09-21 15:46 teigland

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=20061201204003.17245.qmail@sourceware.org \
    --to=teigland@sourceware.org \
    /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 NNTP newsgroup(s).