Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58589
b: refs/heads/master
c: f4fadb2
h: refs/heads/master
i:
  58587: 6c51105
v: v3
  • Loading branch information
akpm@linux-foundation.org authored and Steven Whitehouse committed Jul 9, 2007
1 parent 0ab2d91 commit 423aefa
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: b3657629249eba0b3b61ff964d6e1539b469d117
refs/heads/master: f4fadb23ca49abd2f1387a0b7e78b385ebc760ce
2 changes: 1 addition & 1 deletion trunk/fs/dlm/lowcomms.c
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ static int tcp_accept_from_sock(struct connection *con)
else {
printk("Extra connection from node %d attempted\n", nodeid);
result = -EAGAIN;
up_write(&newcon->sock_sem);
mutex_unlock(&newcon->sock_mutex);
goto accept_err;
}
}
Expand Down

0 comments on commit 423aefa

Please sign in to comment.