Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121689
b: refs/heads/master
c: 67305eb
h: refs/heads/master
i:
  121687: 92ee76a
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Nov 3, 2008
1 parent 48fdb7a commit ab3a4fb
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5799de0b12c773874282444052da401989075df6
refs/heads/master: 67305ebc992abf2121fb2149fd8a707cd7cfcbd2
3 changes: 3 additions & 0 deletions trunk/net/sched/sch_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,9 @@ void qdisc_reset(struct Qdisc *qdisc)

if (ops->reset)
ops->reset(qdisc);

kfree_skb(qdisc->gso_skb);
qdisc->gso_skb = NULL;
}
EXPORT_SYMBOL(qdisc_reset);

Expand Down

0 comments on commit ab3a4fb

Please sign in to comment.