Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106905
b: refs/heads/master
c: 18c60c0
h: refs/heads/master
i:
  106903: ab736d4
v: v3
  • Loading branch information
Benny Halevy authored and David Teigland committed Jul 14, 2008
1 parent 09c7649 commit e34e38c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 311f6fc77c51926dbdfbeab0a5d88d70f01fa3f4
refs/heads/master: 18c60c0a3b16fc7d6a55497a228602ad8509f838
1 change: 1 addition & 0 deletions trunk/fs/dlm/lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ static int search_rsb_list(struct list_head *head, char *name, int len,
if (len == r->res_length && !memcmp(name, r->res_name, len))
goto found;
}
*r_ret = NULL;
return -EBADR;

found:
Expand Down

0 comments on commit e34e38c

Please sign in to comment.