Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33977
b: refs/heads/master
c: fe26109
h: refs/heads/master
i:
  33975: 7384516
v: v3
  • Loading branch information
YOSHIFUJI Hideaki authored and David S. Miller committed Sep 18, 2006
1 parent a86a519 commit bf524b4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d7811e623dd4be3e3bdba2d6330f7f15541ee45f
refs/heads/master: fe26109a9dfd9327fdbe630fc819e1b7450986b2
2 changes: 2 additions & 0 deletions trunk/net/atm/clip.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,11 @@ static int clip_mkip(struct atm_vcc *vcc, int timeout)
} else {
unsigned int len = skb->len;

skb_get(skb);
clip_push(vcc, skb);
PRIV(skb->dev)->stats.rx_packets--;
PRIV(skb->dev)->stats.rx_bytes -= len;
kfree_skb(skb);
}
return 0;
}
Expand Down

0 comments on commit bf524b4

Please sign in to comment.