Commit dc2b4847 authored by David S. Miller's avatar David S. Miller
Browse files

netdev: Move queue_lock into struct netdev_queue.



The lock is now an attribute of the device queue.

One thing to notice is that "suspicious" places
emerge which will need specific training about
multiple queue handling.  They are so marked with
explicit "netdev->rx_queue" and "netdev->tx_queue"
references.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5ce2d488
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment