Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211626
b: refs/heads/master
c: 1fea7c2
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Sep 20, 2010
1 parent 5d07c73 commit 9dcac82
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7b5e3d5fcf0d6fce66050bd0313a7dc2ae4abc62
refs/heads/master: 1fea7c25a05d388c0cdbe02cbdaf3a2e70885581
4 changes: 2 additions & 2 deletions trunk/fs/gfs2/lock_dlm.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ static void gdlm_ast(void *arg)
ret |= LM_OUT_CANCELED;
goto out;
case -EAGAIN: /* Try lock fails */
case -EDEADLK: /* Deadlock detected */
goto out;
case -EINVAL: /* Invalid */
case -ENOMEM: /* Out of memory */
case -ETIMEDOUT: /* Canceled due to timeout */
ret |= LM_OUT_ERROR;
goto out;
case 0: /* Success */
Expand Down

0 comments on commit 9dcac82

Please sign in to comment.