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)
commit72b25a913ed9b1ab49c7022adaf3f271a65ea219
tree89931a19264c79090ea3043d92f04e7727e37f1c
parent8913336a7e8d56e984109a3137d6c0e3362596a4
pkt_sched: Get rid of u32_list.

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>
include/net/sch_generic.h
net/sched/cls_u32.c