Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134767
b: refs/heads/master
c: c3431ea
h: refs/heads/master
i:
  134765: 8e205a7
  134763: 35e2096
  134759: 239c114
  134751: d2729a2
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Feb 27, 2009
1 parent e52a66f commit 10db6b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 47a30b26e58ab7e56e5654766fd678a4b90010e3
refs/heads/master: c3431ea71ee2ec9d892b5d7a83eb0afcf8c79263
3 changes: 1 addition & 2 deletions trunk/net/llc/llc_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,7 @@ int llc_conn_remove_acked_pdus(struct sock *sk, u8 nr, u16 *how_many_unacked)

for (i = 0; i < pdu_pos && i < q_len; i++) {
skb = skb_dequeue(&llc->pdu_unack_q);
if (skb)
kfree_skb(skb);
kfree_skb(skb);
nbr_acked++;
}
out:
Expand Down

0 comments on commit 10db6b6

Please sign in to comment.