Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202690
b: refs/heads/master
c: f2a0336
h: refs/heads/master
v: v3
  • Loading branch information
Changli Gao authored and David S. Miller committed Jun 7, 2010
1 parent 3d0427e commit 63afdcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: fa6ca57113c2fd2d86dd854e0bc5e18b9786282b
refs/heads/master: f2a03367c072150c881fa23ce3d3f76b8236018f
2 changes: 0 additions & 2 deletions trunk/net/sched/sch_htb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,6 @@ static const struct Qdisc_class_ops htb_class_ops = {
};

static struct Qdisc_ops htb_qdisc_ops __read_mostly = {
.next = NULL,
.cl_ops = &htb_class_ops,
.id = "htb",
.priv_size = sizeof(struct htb_sched),
Expand All @@ -1561,7 +1560,6 @@ static struct Qdisc_ops htb_qdisc_ops __read_mostly = {
.init = htb_init,
.reset = htb_reset,
.destroy = htb_destroy,
.change = NULL /* htb_change */,
.dump = htb_dump,
.owner = THIS_MODULE,
};
Expand Down

0 comments on commit 63afdcf

Please sign in to comment.