diff options
author | Sunil Mushran <sunil.mushran@oracle.com> | 2010-12-14 17:14:28 -0500 |
---|---|---|
committer | Joel Becker <joel.becker@oracle.com> | 2010-12-16 03:46:10 -0500 |
commit | ffee223a9af4c5124beb56fa5c84132949923d23 (patch) | |
tree | 7482278b65cb0d4ee86af19854d61746cbae09a5 /fs/ocfs2 | |
parent | 2b190ce9bf923fb1fd8ccff18e9bab72da40da06 (diff) |
ocfs2/cluster: Remove dropped region from o2hb quorum region bitmap
Patch removes a dropped region from the quorum region bitmap maintained by o2hb.
Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/cluster/heartbeat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/cluster/heartbeat.c b/fs/ocfs2/cluster/heartbeat.c index 9f26ac9be2a4..9f21dd785364 100644 --- a/fs/ocfs2/cluster/heartbeat.c +++ b/fs/ocfs2/cluster/heartbeat.c | |||
@@ -2009,6 +2009,7 @@ static void o2hb_heartbeat_group_drop_item(struct config_group *group, | |||
2009 | if (o2hb_global_heartbeat_active()) { | 2009 | if (o2hb_global_heartbeat_active()) { |
2010 | clear_bit(reg->hr_region_num, o2hb_region_bitmap); | 2010 | clear_bit(reg->hr_region_num, o2hb_region_bitmap); |
2011 | clear_bit(reg->hr_region_num, o2hb_live_region_bitmap); | 2011 | clear_bit(reg->hr_region_num, o2hb_live_region_bitmap); |
2012 | clear_bit(reg->hr_region_num, o2hb_quorum_region_bitmap); | ||
2012 | } | 2013 | } |
2013 | hb_task = reg->hr_task; | 2014 | hb_task = reg->hr_task; |
2014 | reg->hr_task = NULL; | 2015 | reg->hr_task = NULL; |