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:
dc2b484
)
netdev: The ingress_lock member is no longer needed.
author
David S. Miller
<davem@davemloft.net>
Wed, 9 Jul 2008 00:33:13 +0000
(17:33 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 9 Jul 2008 00:33:13 +0000
(17:33 -0700)
Every qdisc is assosciated with a queue, and in the case of ingress
qdiscs that will now be netdev->rx_queue so using that queue's lock is
the thing to do.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found