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

Steven Dake sdake at redhat.com
Mon Feb 2 07:59:33 UTC 2009


Masatake,

My ssh keys are currently in limbo but once they are sorted out I will
merge this patch.  Thanks for the work!

Regards
-steve

On Mon, 2009-02-02 at 16:34 +0900, Masatake YAMATO wrote:
> 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
> 
> --
> Linux-cluster mailing list
> Linux-cluster at redhat.com
> https://www.redhat.com/mailman/listinfo/linux-cluster




More information about the Linux-cluster mailing list