Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95392
b: refs/heads/master
c: 980c478
h: refs/heads/master
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Apr 29, 2008
1 parent 8b247b5 commit 36b3e2a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 42908c69f61f75dd70e424263ab89ee52040382b
refs/heads/master: 980c478ddbb720948967b028ddbb4179a025bc2c
3 changes: 2 additions & 1 deletion trunk/net/sched/sch_sfq.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@ static void sfq_destroy(struct Qdisc *sch)
struct sfq_sched_data *q = qdisc_priv(sch);

tcf_destroy_chain(q->filter_list);
del_timer(&q->perturb_timer);
q->perturb_period = 0;
del_timer_sync(&q->perturb_timer);
}

static int sfq_dump(struct Qdisc *sch, struct sk_buff *skb)
Expand Down

0 comments on commit 36b3e2a

Please sign in to comment.