ocfs2/cluster: Maintain bitmap of quorum regions
authorSunil Mushran <sunil.mushran@oracle.com>
Thu, 7 Oct 2010 00:55:16 +0000 (17:55 -0700)
committerSunil Mushran <sunil.mushran@oracle.com>
Thu, 7 Oct 2010 00:55:16 +0000 (17:55 -0700)
commit43182d2a799865872041b6e4d8387131e9462f56
tree8baab6faa79b933561b098766d42c6db88945a20
parente7d656baf6607a0775f4ca85464a4ead306741e5
ocfs2/cluster: Maintain bitmap of quorum regions

o2hb allows online adding of regions. However, a newly added region is not
used in quorum calculations unless it has been added on all nodes. This patch
tracks a bitmap of such quorum regions.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
fs/ocfs2/cluster/heartbeat.c