pkt_sched: Get rid of u32_list.
authorDavid S. Miller <davem@davemloft.net>
Sat, 19 Jul 2008 03:54:17 +0000 (20:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Jul 2008 03:54:17 +0000 (20:54 -0700)
The u32_list is just an indirect way of maintaining a reference
to a U32 node on a per-qdisc basis.

Just add an explicit node pointer for u32 to struct Qdisc an do
away with this global list.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found