Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201026
b: refs/heads/master
c: f471c9d
h: refs/heads/master
v: v3
  • Loading branch information
Wengang Wang authored and Joel Becker committed Jul 12, 2010
1 parent cc60375 commit c95c8e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 693c241a5f6aa01417f5f4caf9f82e60e316398d
refs/heads/master: f471c9df922a80ca9af1d9a490b4aab3f990ec19
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/dlm/dlmrecovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ static int dlm_do_recovery(struct dlm_ctxt *dlm)
if (dlm->reco.dead_node == O2NM_INVALID_NODE_NUM) {
int bit;

bit = find_next_bit (dlm->recovery_map, O2NM_MAX_NODES+1, 0);
bit = find_next_bit (dlm->recovery_map, O2NM_MAX_NODES, 0);
if (bit >= O2NM_MAX_NODES || bit < 0)
dlm_set_reco_dead_node(dlm, O2NM_INVALID_NODE_NUM);
else
Expand Down

0 comments on commit c95c8e9

Please sign in to comment.