]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
net-sched: sch_htb: remove child and sibling lists
authorPatrick McHardy <kaber@trash.net>
Sun, 6 Jul 2008 06:22:53 +0000 (23:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 Jul 2008 06:22:53 +0000 (23:22 -0700)
commit4207759939c208f24d7e09596753e67b6bc188f9
tree90b2cb3e740100a947f40a916b862eae099299ce
parentf4c1f3e0c59be0e6566d9c00b1d8b204ffb861a2
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>
net/sched/sch_htb.c