netdev: Move atomic queue state bits into netdev_queue.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -91,7 +91,7 @@ static inline void qdisc_run(struct netdev_queue *txq)
|
||||
struct net_device *dev = txq->dev;
|
||||
|
||||
if (!netif_queue_stopped(dev) &&
|
||||
!test_and_set_bit(__LINK_STATE_QDISC_RUNNING, &dev->state))
|
||||
!test_and_set_bit(__QUEUE_STATE_QDISC_RUNNING, &txq->state))
|
||||
__qdisc_run(txq);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user