git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8913336
)
pkt_sched: Get rid of u32_list.
author
David S. Miller
<davem@davemloft.net>
Sat, 19 Jul 2008 03:54:17 +0000
(20:54 -0700)
committer
David 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