Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132542
b: refs/heads/master
c: e4a389a
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Mar 19, 2009
1 parent ce3d09a commit d0e9343
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: cb0dc77de0d23615a845e45844a2e22fc224d7fe
refs/heads/master: e4a389a9b5c892446b5de2038bdc0cca8703c615
2 changes: 1 addition & 1 deletion trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2672,7 +2672,7 @@ void netif_napi_del(struct napi_struct *napi)
struct sk_buff *skb, *next;

list_del_init(&napi->dev_list);
kfree(napi->skb);
kfree_skb(napi->skb);

for (skb = napi->gro_list; skb; skb = next) {
next = skb->next;
Expand Down

0 comments on commit d0e9343

Please sign in to comment.