netdev: The ingress_lock member is no longer needed.
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>
This commit is contained in:
@ -632,8 +632,6 @@ struct net_device
|
||||
struct netdev_queue rx_queue;
|
||||
struct netdev_queue tx_queue ____cacheline_aligned_in_smp;
|
||||
|
||||
/* ingress path synchronizer */
|
||||
spinlock_t ingress_lock;
|
||||
struct Qdisc *qdisc_ingress;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user