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:
bb949fb
)
pkt_sched: Remove 'dev' member of struct Qdisc.
author
David S. Miller
<davem@davemloft.net>
Wed, 9 Jul 2008 00:06:30 +0000
(17:06 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 9 Jul 2008 00:06:30 +0000
(17:06 -0700)
It can be obtained via the netdev_queue. So create a helper routine,
qdisc_dev(), to make the transformations nicer looking.
Now, qdisc_alloc() now no longer needs a net_device pointer argument.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found