ocfs2/cluster: Check slots for unconfigured live nodes
authorSunil Mushran <sunil.mushran@oracle.com>
Fri, 8 Oct 2010 00:00:16 +0000 (17:00 -0700)
committerSunil Mushran <sunil.mushran@oracle.com>
Fri, 8 Oct 2010 00:00:16 +0000 (17:00 -0700)
commit0e105d37c2adb19cb777aa6701a866f211764a30
tree288022158da0392b240484784db4aaca0a44915d
parent39a298563e0619b1b6e2e0974e58801de780621c
ocfs2/cluster: Check slots for unconfigured live nodes

o2hb currently checks slots for configured nodes only. This patch makes
it check the slots for the live nodes too to take care of a race in which
a node is removed from the configuration but not from the live map.

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