Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185463
b: refs/heads/master
c: bc9838c
h: refs/heads/master
i:
  185461: f2d1021
  185459: fbf547d
  185455: 427251c
v: v3
  • Loading branch information
Srinivas Eeda authored and Joel Becker committed Feb 26, 2010
1 parent 91be827 commit b4d98ed
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: cbaee472f274ea9a98aabe47025f6e5551acadcb
refs/heads/master: bc9838c4d44a1713ab1bf24aa6675bc3a02b6a88
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/dlm/dlmrecovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static int dlm_recovery_thread(void *data)
mlog(0, "dlm thread running for %s...\n", dlm->name);

while (!kthread_should_stop()) {
if (dlm_joined(dlm)) {
if (dlm_domain_fully_joined(dlm)) {
status = dlm_do_recovery(dlm);
if (status == -EAGAIN) {
/* do not sleep, recheck immediately. */
Expand Down

0 comments on commit b4d98ed

Please sign in to comment.