commit | 4207759939c208f24d7e09596753e67b6bc188f9 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Sat Jul 05 23:22:53 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 05 23:22:53 2008 -0700 |
tree | 90b2cb3e740100a947f40a916b862eae099299ce | |
parent | f4c1f3e0c59be0e6566d9c00b1d8b204ffb861a2 [diff] |
net-sched: sch_htb: remove child and sibling lists Now that the qdisc isn't destroyed in hierarchical order anymore, the only user of the child lists left is htb_parent_last_child(). This can be easily changed to use a counter of children to save a few bytes. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>