Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30703
b: refs/heads/master
c: 56a7c10
h: refs/heads/master
i:
  30701: 91767f9
  30699: 6b47896
  30695: 2ae7582
  30687: 5b5eb00
v: v3
  • Loading branch information
Kurt Hackel authored and Mark Fasheh committed Jun 26, 2006
1 parent 6b472e9 commit 9b15742
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 44a7f1d063bbe45773353903f36d9d88fb73d82a
refs/heads/master: 56a7c104bc91b4a5f970d7372ebb04eebc633c68
7 changes: 7 additions & 0 deletions trunk/fs/ocfs2/dlm/dlmrecovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,13 @@ static int dlm_in_recovery(struct dlm_ctxt *dlm)

void dlm_wait_for_recovery(struct dlm_ctxt *dlm)
{
if (dlm_in_recovery(dlm)) {
mlog(ML_NOTICE, "%s: reco thread %d in recovery: "
"state=%d, master=%u, dead=%u\n",
dlm->name, dlm->dlm_reco_thread_task->pid,
dlm->reco.state, dlm->reco.new_master,
dlm->reco.dead_node);
}
wait_event(dlm->reco.event, !dlm_in_recovery(dlm));
}

Expand Down

0 comments on commit 9b15742

Please sign in to comment.