Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305196
b: refs/heads/master
c: 57638bf
h: refs/heads/master
v: v3
  • Loading branch information
David Teigland committed Apr 26, 2012
1 parent 54e9073 commit 02e6a17
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d6e24788d21c4f1a8f00c811c31dd4e9a58679ac
refs/heads/master: 57638bf3aa64facd9eba0e018b5773f5d2da6c2b
3 changes: 3 additions & 0 deletions trunk/fs/dlm/lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@ static int _search_rsb(struct dlm_ls *ls, char *name, int len, int b,
kref_get(&r->res_ref);
goto out;
}
if (error == -ENOTBLK)
goto out;

error = dlm_search_rsb_tree(&ls->ls_rsbtbl[b].toss, name, len, flags, &r);
if (error)
goto out;
Expand Down

0 comments on commit 02e6a17

Please sign in to comment.