[Linux-cluster] [PATCH] use defined constant instead of raw literal in totemsrp.c

Masatake YAMATO yamato at redhat.com
Mon Feb 2 07:34:14 UTC 2009


Could you apply this patch if appreciated?


Masatake YAMATO


Index: exec/totemsrp.c
===================================================================
--- exec/totemsrp.c	(revision 1752)
+++ exec/totemsrp.c	(working copy)
@@ -1534,7 +1534,7 @@
 				sizeof (struct iovec) * recovery_message_item->iov_len);
 		} else {
 			mcast = recovery_message_item->iovec[0].iov_base;
-			if (mcast->header.encapsulated == 1) {
+			if (mcast->header.encapsulated == MESSAGE_ENCAPSULATED) {
 				/*
 				 * Message is a recovery message encapsulated
 				 * in a new ring message




More information about the Linux-cluster mailing list