Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33361
b: refs/heads/master
c: 34e3d18
h: refs/heads/master
i:
  33359: 1c1fc2a
v: v3
  • Loading branch information
Kurt Hackel authored and Mark Fasheh committed Aug 7, 2006
1 parent ef5af97 commit e38d0c3
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: a23eac99d4392b8b779305498d7614e41a0e16e9
refs/heads/master: 34e3d180370c44ad3ecd3a1f9099e150d3bb103f
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/dlm/dlmunlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static enum dlm_status dlmunlock_common(struct dlm_ctxt *dlm,
else
status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions);

if (status != DLM_NORMAL && status != DLM_CANCELGRANT)
if (status != DLM_NORMAL && (status != DLM_CANCELGRANT || !master_node))
goto leave;

/* By now this has been masked out of cancel requests. */
Expand Down

0 comments on commit e38d0c3

Please sign in to comment.