[Ocfs2-tools-devel] [PATCH 21/25] libocfs2: Add c_flags to struct o2cb_cluster_desc

Joel Becker Joel.Becker at oracle.com
Wed Jun 23 20:29:31 PDT 2010


On Wed, Jun 23, 2010 at 11:44:31AM -0700, Sunil Mushran wrote:
> diff --git a/libo2cb/o2cb_abi.h b/libo2cb/o2cb_abi.h
> index 1edbf74..727b7a8 100644
> --- a/libo2cb/o2cb_abi.h
> +++ b/libo2cb/o2cb_abi.h
> @@ -43,4 +43,9 @@
>  
>  #define O2CB_GLOBAL_HEARTBEAT_TAG	"global"
>  
> +/*
> + * Cluster info flags (ocfs2_cluster_info.ci_stackflags)
> + */
> +#define OCFS2_CLUSTER_O2CB_GLOBAL_HEARTBEAT	(0x01)

	Shouldn't this flag live in ocfs2_fs.h, where ci_stackflags
would be defined?  I don't see ocfs2_fs.h being updated in this patch,
either.

Joel

-- 

Life's Little Instruction Book #450

	"Don't be afraid to say, 'I need help.'"

Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127



More information about the Ocfs2-tools-devel mailing list