pkt_sched: Make QDISC_RUNNING a qdisc state.
Currently it is associated with a netdev_queue, but when we have qdisc sharing that no longer makes any sense. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@ -441,7 +441,6 @@ static inline void napi_synchronize(const struct napi_struct *n)
|
||||
enum netdev_queue_state_t
|
||||
{
|
||||
__QUEUE_STATE_XOFF,
|
||||
__QUEUE_STATE_QDISC_RUNNING,
|
||||
};
|
||||
|
||||
struct netdev_queue {
|
||||
|
Reference in New Issue
Block a user