From: Patrick McHardy Date: Sun, 6 Jul 2008 06:22:53 +0000 (-0700) Subject: net-sched: sch_htb: remove child and sibling lists X-Git-Tag: v2.6.27-rc1~969^2~217 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4207759939c208f24d7e09596753e67b6bc188f9;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed