Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187963
b: refs/heads/master
c: 4045635
h: refs/heads/master
i:
  187961: 56d5519
  187959: 6158374
v: v3
  • Loading branch information
Zhu Yi authored and David S. Miller committed Mar 8, 2010
1 parent 421680f commit 4367d7d
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: 10cc2b50eb4b01ca4dc014af2094d28b4ebe20d7
refs/heads/master: 4045635318538d3ddd2007720412fdc4b08f6a62
2 changes: 1 addition & 1 deletion trunk/include/net/sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ static inline void __sk_add_backlog(struct sock *sk, struct sk_buff *skb)
}

/* The per-socket spinlock must be held here. */
static inline int sk_add_backlog(struct sock *sk, struct sk_buff *skb)
static inline __must_check int sk_add_backlog(struct sock *sk, struct sk_buff *skb)
{
if (sk->sk_backlog.len >= max(sk->sk_backlog.limit, sk->sk_rcvbuf << 1))
return -ENOBUFS;
Expand Down

0 comments on commit 4367d7d

Please sign in to comment.