commit | 0cef296da9331e871401076b8c0688b2b31fcadd | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Thu Aug 10 23:35:38 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 14:54:34 2006 -0700 |
tree | 0baba2aa63de49c135d7c3e35a3f5227dfc48573 | |
parent | 87990467d387f922103db31678034785d8f21cb7 [diff] |
[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>