Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122932
b: refs/heads/master
c: d7b0663
h: refs/heads/master
v: v3
  • Loading branch information
Peter P Waskiewicz Jr authored and David S. Miller committed Dec 26, 2008
1 parent 224ed59 commit 6eb9169
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: 26bc19ecf6c077c926827c25631340fd2e8fb16e
refs/heads/master: d7b06636be162d3f74c9ce5d6d0d9ea4e5d362c8
2 changes: 1 addition & 1 deletion trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@ void netif_napi_del(struct napi_struct *napi)
{
struct sk_buff *skb, *next;

list_del(&napi->dev_list);
list_del_init(&napi->dev_list);

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

0 comments on commit 6eb9169

Please sign in to comment.