Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131817
b: refs/heads/master
c: 7dc102b
h: refs/heads/master
i:
  131815: 2d863fd
v: v3
  • Loading branch information
Sunil Mushran authored and Mark Fasheh committed Feb 26, 2009
1 parent 5b9989e commit 306568f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 47be12e4eec84c1846f29af64fe25a396b57a026
refs/heads/master: 7dc102b737e9f49dac426161294cb2d326a97d8e
3 changes: 1 addition & 2 deletions trunk/fs/ocfs2/dlm/dlmthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ static int dlm_purge_lockres(struct dlm_ctxt *dlm,

spin_lock(&res->spinlock);
/* This ensures that clear refmap is sent after the set */
__dlm_wait_on_lockres_flags(res, (DLM_LOCK_RES_SETREF_INPROG |
DLM_LOCK_RES_MIGRATING));
__dlm_wait_on_lockres_flags(res, DLM_LOCK_RES_SETREF_INPROG);
spin_unlock(&res->spinlock);

/* clear our bit from the master's refmap, ignore errors */
Expand Down

0 comments on commit 306568f

Please sign in to comment.