Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98225
b: refs/heads/master
c: 2714166
h: refs/heads/master
i:
  98223: cbcf477
v: v3
  • Loading branch information
Jorge Boncompte [DTI2] authored and David S. Miller committed Jun 17, 2008
1 parent 9008393 commit 8c7a1fd
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: a9d246dbb07cf0bd32bbfc5d184ed738bf2af4f8
refs/heads/master: 27141666b69f535a4d63d7bc6d9e84ee5032f82a
2 changes: 1 addition & 1 deletion trunk/net/atm/br2684.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,9 +518,9 @@ static int br2684_regvcc(struct atm_vcc *atmvcc, void __user * arg)
struct sk_buff *next = skb->next;

skb->next = skb->prev = NULL;
br2684_push(atmvcc, skb);
BRPRIV(skb->dev)->stats.rx_bytes -= skb->len;
BRPRIV(skb->dev)->stats.rx_packets--;
br2684_push(atmvcc, skb);

skb = next;
}
Expand Down

0 comments on commit 8c7a1fd

Please sign in to comment.