[Ocfs2-devel] [PATCH 13/20] ocfs2/cluster: Track number of global heartbeat regions

Wengang Wang wen.gang.wang at oracle.com
Sat Sep 25 03:09:22 PDT 2010


> > >  	/* live node map of this region */
> > >  	unsigned long		hr_live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)];
> > > +	unsigned int		hr_region_num;
> > 
> > I don't remember clear the value for O2NM_MAX_REGIONS, 32? Will
> > u8 be better than "unsigned int"?
> 
> 	It's not an on-disk structure.  There's no need to enforce the
> size.

I got it. Thanks!

regards,
wengang.



More information about the Ocfs2-devel mailing list