Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212800
b: refs/heads/master
c: 4d94aa1
h: refs/heads/master
v: v3
  • Loading branch information
Sunil Mushran committed Oct 9, 2010
1 parent bf25631 commit 667664a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 43695d095dfaf266a8a940d9b07eed7f46076b49
refs/heads/master: 4d94aa1b1d437f9513ddc89974d8bd214b8304f6
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/cluster/heartbeat.c
Original file line number Diff line number Diff line change
Expand Up @@ -2429,6 +2429,6 @@ EXPORT_SYMBOL_GPL(o2hb_get_all_regions);

int o2hb_global_heartbeat_active(void)
{
return 0;
return (o2hb_heartbeat_mode == O2HB_HEARTBEAT_GLOBAL);
}
EXPORT_SYMBOL(o2hb_global_heartbeat_active);
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/dlm/dlmdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static DECLARE_WAIT_QUEUE_HEAD(dlm_domain_events);
*/
static const struct dlm_protocol_version dlm_protocol = {
.pv_major = 1,
.pv_minor = 0,
.pv_minor = 1,
};

#define DLM_DOMAIN_BACKOFF_MS 200
Expand Down

0 comments on commit 667664a

Please sign in to comment.