Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214477
b: refs/heads/master
c: f39234d
h: refs/heads/master
i:
  214475: 363d260
v: v3
  • Loading branch information
Namhyung Kim authored and David S. Miller committed Sep 9, 2010
1 parent 661af75 commit b29cfd4
Show file tree
Hide file tree
Showing 2 changed files with 5 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: a700d8be733bd593ea4797dfde17aed4f35213c0
refs/heads/master: f39234d60617d37818b30991e6794643ce220296
4 changes: 4 additions & 0 deletions trunk/net/core/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1557,6 +1557,8 @@ struct sk_buff *sock_alloc_send_skb(struct sock *sk, unsigned long size,
EXPORT_SYMBOL(sock_alloc_send_skb);

static void __lock_sock(struct sock *sk)
__releases(&sk->sk_lock.slock)
__acquires(&sk->sk_lock.slock)
{
DEFINE_WAIT(wait);

Expand All @@ -1573,6 +1575,8 @@ static void __lock_sock(struct sock *sk)
}

static void __release_sock(struct sock *sk)
__releases(&sk->sk_lock.slock)
__acquires(&sk->sk_lock.slock)
{
struct sk_buff *skb = sk->sk_backlog.head;

Expand Down

0 comments on commit b29cfd4

Please sign in to comment.