Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187939
b: refs/heads/master
c: 79545b6
h: refs/heads/master
i:
  187937: 0f4ea37
  187935: 53c2a20
v: v3
  • Loading branch information
Zhu Yi authored and David S. Miller committed Mar 5, 2010
1 parent 5c5fa9d commit 0dd7aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 55349790d7cbf0d381873a7ece1dcafcffd4aaa9
refs/heads/master: 79545b681961d7001c1f4c3eb9ffb87bed4485db
3 changes: 2 additions & 1 deletion trunk/net/llc/llc_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,8 @@ void llc_conn_handler(struct llc_sap *sap, struct sk_buff *skb)
else {
dprintk("%s: adding to backlog...\n", __func__);
llc_set_backlog_type(skb, LLC_PACKET);
sk_add_backlog(sk, skb);
if (sk_add_backlog_limited(sk, skb))
goto drop_unlock;
}
out:
bh_unlock_sock(sk);
Expand Down

0 comments on commit 0dd7aa9

Please sign in to comment.