commit | 72b25a913ed9b1ab49c7022adaf3f271a65ea219 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Jul 18 20:54:17 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 18 20:54:17 2008 -0700 |
tree | 89931a19264c79090ea3043d92f04e7727e37f1c | |
parent | 8913336a7e8d56e984109a3137d6c0e3362596a4 [diff] |
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>