[HTB]: Use hlist for hash lists.
authorStephen Hemminger <shemminger@osdl.org>
Fri, 11 Aug 2006 06:35:38 +0000 (23:35 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:54:34 +0000 (14:54 -0700)
commit0cef296da9331e871401076b8c0688b2b31fcadd
tree0baba2aa63de49c135d7c3e35a3f5227dfc48573
parent87990467d387f922103db31678034785d8f21cb7
[HTB]: Use hlist for hash lists.

Use hlist instead of list for the hash list. This saves
space, and we can check for double delete better.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_htb.c