Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74875
b: refs/heads/master
c: 98eb568
h: refs/heads/master
i:
  74873: 62b126c
  74871: 60056db
v: v3
  • Loading branch information
Andrew Morton authored and David S. Miller committed Dec 14, 2007
1 parent 5a2a35c commit 9e872cb
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: cbebc51f7b77d26ec23145d6ef22ac2b209f7955
refs/heads/master: 98eb5683fb94c458b3c8d121797bc9aa1baf4e7e
2 changes: 1 addition & 1 deletion trunk/net/tipc/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ static int release(struct socket *sock)
dbg("sock_delete: %x\n",tsock);
if (!tsock)
return 0;
down_interruptible(&tsock->sem);
down(&tsock->sem);
if (!sock->sk) {
up(&tsock->sem);
return 0;
Expand Down

0 comments on commit 9e872cb

Please sign in to comment.