]> git.baikalelectronics.ru Git - kernel.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)
commitfa1b3e9598e33daa8b8f925a1bc0ababb0dc7859
tree90b2cb3e740100a947f40a916b862eae099299ce
parent689cbade83a9ffb6b858dd3dc5e035566f7936c7
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