]> Git Repo - linux.git/commit
net-sched: sch_htb: remove child and sibling lists
authorPatrick McHardy <[email protected]>
Sun, 6 Jul 2008 06:22:53 +0000 (23:22 -0700)
committerDavid S. Miller <[email protected]>
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sched/sch_htb.c
This page took 0.049337 seconds and 4 git commands to generate.