pkt_sched: Kill netdev_queue lock.
We can simply use the qdisc->q.lock for all of the qdisc tree synchronization. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -443,7 +443,6 @@ enum netdev_queue_state_t
|
||||
};
|
||||
|
||||
struct netdev_queue {
|
||||
spinlock_t lock;
|
||||
struct net_device *dev;
|
||||
struct Qdisc *qdisc;
|
||||
unsigned long state;
|
||||
|
Reference in New Issue
Block a user