Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206272
b: refs/heads/master
c: f70cb33
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David Teigland committed Aug 5, 2010
1 parent 875ffcd commit fe16079
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: a4d935bd97b9ccf40aa0ec59646612df8ed46640
refs/heads/master: f70cb33b9c270f4f1a7f28327e7d35dbf1a6fc40
2 changes: 1 addition & 1 deletion trunk/fs/dlm/lowcomms.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ static struct connection *assoc2con(int assoc_id)

for (i = 0 ; i < CONN_HASH_SIZE; i++) {
hlist_for_each_entry(con, h, &connection_hash[i], list) {
if (con && con->sctp_assoc == assoc_id) {
if (con->sctp_assoc == assoc_id) {
mutex_unlock(&connections_lock);
return con;
}
Expand Down

0 comments on commit fe16079

Please sign in to comment.